Packages

case class FlatteningIso[T <: ScalanEx.Struct](eTo: ScalanEx.StructElem[T], flatIsos: Map[String, ScalanEx.Iso[_, _]], links: Seq[ScalanEx.Link]) extends ScalanEx.Node with ScalanEx.IsoUR[ScalanEx.Struct, T] with Product with Serializable

Linear Supertypes
Serializable, Serializable, ScalanEx.IsoUR[ScalanEx.Struct, T], ScalanEx.Def[ScalanEx.IsoUR[ScalanEx.Struct, T]], ScalanEx.Node, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlatteningIso
  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 FlatteningIso(eTo: ScalanEx.StructElem[T], flatIsos: Map[String, ScalanEx.Iso[_, _]], links: Seq[ScalanEx.Link])

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

Inherited from Serializable

Inherited from Serializable

Inherited from ScalanEx.IsoUR[ScalanEx.Struct, T]

Inherited from ScalanEx.Node

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped