case class ThunkView[A, B](source: ScalanEx.Ref[ScalanEx.Thunk[A]])(innerIso: ScalanEx.Iso[A, B]) extends ScalanEx.View1[A, B, ScalanEx.Thunk] with Product with Serializable

Linear Supertypes
Serializable, Serializable, ScalanEx.View1[A, B, ScalanEx.Thunk], ScalanEx.View[ScalanEx.Thunk[A], ScalanEx.Thunk[B]], ScalanEx.Def[ScalanEx.Thunk[B]], ScalanEx.Node, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThunkView
  2. Serializable
  3. Serializable
  4. View1
  5. View
  6. Def
  7. Node
  8. Product
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThunkView(source: ScalanEx.Ref[ScalanEx.Thunk[A]])(innerIso: ScalanEx.Iso[A, B])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def deps: Array[ScalanEx.Sym]
    Definition Classes
    Node
  7. final def elements: Array[AnyRef]
    Definition Classes
    Node
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(other: Any): Boolean
    Definition Classes
    Node → Equals → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getDeps: Array[ScalanEx.Sym]
    Attributes
    protected
    Definition Classes
    Node
  13. def hashCode(): Int
    Definition Classes
    Node → AnyRef → Any
  14. def innerIso: ScalanEx.Iso[A, B]
    Definition Classes
    View1
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val iso: ScalanEx.Iso1[A, B, ScalanEx.Thunk]
    Definition Classes
    View1View
  17. def mirror(t: ScalanEx.Transformer): ScalanEx.Ref[ScalanEx.Thunk[B]]
    Definition Classes
    Def
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def nodeId: Int
    Definition Classes
    Node
    Annotations
    @inline()
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. implicit lazy val resultType: ScalanEx.Elem[ScalanEx.Thunk[B]]
    Definition Classes
    View → Def
  23. final def self: ScalanEx.Ref[ScalanEx.Thunk[B]]
    Definition Classes
    Def
  24. val source: ScalanEx.Ref[ScalanEx.Thunk[A]]
    Definition Classes
    ThunkViewView
  25. final def syms: Array[ScalanEx.Sym]
    Definition Classes
    Node
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    Node → AnyRef → Any
  28. def transform(t: ScalanEx.Transformer): ScalanEx.Def[ScalanEx.Thunk[B]]
    Definition Classes
    Def
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ScalanEx.View1[A, B, ScalanEx.Thunk]

Inherited from ScalanEx.Def[ScalanEx.Thunk[B]]

Inherited from ScalanEx.Node

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped