Trait

scala.spores

SporeWithEnv

Related Doc: package spores

Permalink

trait SporeWithEnv[-T, +R] extends Spore[T, R]

Linear Supertypes
Spore[T, R], SporeBase, Serializable, java.io.Serializable, (T) ⇒ R, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SporeWithEnv
  2. Spore
  3. SporeBase
  4. Serializable
  5. Serializable
  6. Function1
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Captured

    Permalink

    Represent the type of the captured variables.

    Represent the type of the captured variables.

    For more than one captured variable, the type is a tuple of types.

    Definition Classes
    SporeBase

Abstract Value Members

  1. abstract def apply(v1: T): R

    Permalink
    Definition Classes
    Function1
  2. abstract val captured: Captured

    Permalink

    Store the environment of the Spore.

  3. abstract def skipScalaSamConversion: Nothing

    Permalink

    The abstract member prevents conversion to Scala SAM types in 2.12.0.

    The abstract member prevents conversion to Scala SAM types in 2.12.0.

    The existence of this member allows to kick in the implicit conversion from a function to a spore instead of converting it to a Scala SAM.

    Definition Classes
    SporeBase

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _className: String

    Permalink
    Attributes
    protected[this]
    Definition Classes
    SporeBase
  5. def andThen[A](g: (R) ⇒ A): (T) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def className: String

    Permalink

    Enable the creation of spores via reflection.

    Enable the creation of spores via reflection.

    Definition Classes
    SporeBase
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compose[A](g: (A) ⇒ T): (A) ⇒ R

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Spore[T, R]

Inherited from SporeBase

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from (T) ⇒ R

Inherited from AnyRef

Inherited from Any

Ungrouped