Packages

c

scalan.primitives.StructsEx

StructToPairIso

case class StructToPairIso[A1, A2, B1, B2](iso1: ScalanEx.Iso[A1, B1], iso2: ScalanEx.Iso[A2, B2]) extends ScalanEx.Node with ScalanEx.IsoUR[ScalanEx.Struct, (B1, B2)] with Product with Serializable

Linear Supertypes
Serializable, Serializable, ScalanEx.IsoUR[ScalanEx.Struct, (B1, B2)], ScalanEx.Def[ScalanEx.IsoUR[ScalanEx.Struct, (B1, B2)]], ScalanEx.Node, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructToPairIso
  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 StructToPairIso(iso1: ScalanEx.Iso[A1, B1], iso2: ScalanEx.Iso[A2, B2])

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

Inherited from Serializable

Inherited from Serializable

Inherited from ScalanEx.IsoUR[ScalanEx.Struct, (B1, B2)]

Inherited from ScalanEx.Def[ScalanEx.IsoUR[ScalanEx.Struct, (B1, B2)]]

Inherited from ScalanEx.Node

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped