Packages

case class StructIso[S <: ScalanEx.Struct, T <: ScalanEx.Struct](eFrom: ScalanEx.StructElem[S], eTo: ScalanEx.StructElem[T], itemIsos: Seq[ScalanEx.Iso[_, _]]) extends ScalanEx.Node with ScalanEx.IsoUR[S, T] with Product with Serializable

Linear Supertypes
Serializable, Serializable, ScalanEx.IsoUR[S, T], ScalanEx.Def[ScalanEx.IsoUR[S, T]], ScalanEx.Node, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructIso
  2. Serializable
  3. Serializable
  4. IsoUR
  5. Def
  6. Node
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StructIso(eFrom: ScalanEx.StructElem[S], eTo: ScalanEx.StructElem[T], itemIsos: Seq[ScalanEx.Iso[_, _]])

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. val eFrom: ScalanEx.StructElem[S]
    Definition Classes
    StructIsoIsoUR
  8. val eTo: ScalanEx.StructElem[T]
    Definition Classes
    StructIsoIsoUR
  9. final def elements: Array[AnyRef]
    Definition Classes
    Node
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean
    Definition Classes
    StructIsoIsoUR → Node → Equals → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def from(y: ScalanEx.Ref[T]): ScalanEx.Ref[S]
    Definition Classes
    StructIsoIsoUR
  14. lazy val fromFun: ScalanEx.Ref[(T) ⇒ S]
    Definition Classes
    IsoUR
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getDeps: Array[ScalanEx.Sym]
    Attributes
    protected
    Definition Classes
    Node
  17. lazy val hashCode: Int
    Definition Classes
    IsoUR
  18. def isIdentity: Boolean
    Definition Classes
    IsoUR
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val itemIsos: Seq[ScalanEx.Iso[_, _]]
  21. def mirror(t: ScalanEx.Transformer): ScalanEx.Ref[ScalanEx.IsoUR[S, T]]
    Definition Classes
    Def
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def nodeId: Int
    Definition Classes
    Node
    Annotations
    @inline()
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. lazy val resultType: ScalanEx.Elem[ScalanEx.IsoUR[S, T]]
    Definition Classes
    StructIso → Def
  27. final def self: ScalanEx.Ref[ScalanEx.IsoUR[S, T]]
    Definition Classes
    Def
  28. final def syms: Array[ScalanEx.Sym]
    Definition Classes
    Node
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def to(x: ScalanEx.Ref[S]): ScalanEx.Ref[T]
    Definition Classes
    StructIsoIsoUR
  31. lazy val toFun: ScalanEx.Ref[(S) ⇒ T]
    Definition Classes
    IsoUR
  32. def toString(): String
    Definition Classes
    IsoUR → Node → AnyRef → Any
  33. def transform(t: ScalanEx.Transformer): ScalanEx.StructIso[S, T]
    Definition Classes
    StructIso → Def
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ScalanEx.IsoUR[S, T]

Inherited from ScalanEx.Def[ScalanEx.IsoUR[S, T]]

Inherited from ScalanEx.Node

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped