Trait

scala.spores

Spore5WithEnv

Related Doc: package spores

Permalink

trait Spore5WithEnv[-T1, -T2, -T3, -T4, -T5, +R] extends Spore5[T1, T2, T3, T4, T5, R]

Linear Supertypes
Spore5[T1, T2, T3, T4, T5, R], SporeBase, Serializable, java.io.Serializable, (T1, T2, T3, T4, T5) ⇒ R, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Spore5WithEnv
  2. Spore5
  3. SporeBase
  4. Serializable
  5. Serializable
  6. Function5
  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: T1, v2: T2, v3: T3, v4: T4, v5: T5): R

    Permalink
    Definition Classes
    Function5
  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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def className: String

    Permalink

    Enable the creation of spores via reflection.

    Enable the creation of spores via reflection.

    Definition Classes
    SporeBase
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def curried: (T1) ⇒ (T2) ⇒ (T3) ⇒ (T4) ⇒ (T5) ⇒ R

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Function5 → AnyRef → Any
  20. def tupled: ((T1, T2, T3, T4, T5)) ⇒ R

    Permalink
    Definition Classes
    Function5
    Annotations
    @unspecialized()
  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 Spore5[T1, T2, T3, T4, T5, R]

Inherited from SporeBase

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from (T1, T2, T3, T4, T5) ⇒ R

Inherited from AnyRef

Inherited from Any

Ungrouped