c

scalan.Views

ComposeIso

abstract class ComposeIso[A, B, C] extends (Views.this)#Node with (Views.this)#IsoUR[A, C]

Annotations
@Isospec()
Linear Supertypes
(Views.this)#IsoUR[A, C], (Views.this)#Def[(Views.this)#IsoUR[A, C]], (Views.this)#Node, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComposeIso
  2. IsoUR
  3. Def
  4. Node
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ComposeIso(iso2: (Views.this)#Iso[B, C], iso1: (Views.this)#Iso[A, B])

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def productArity: Int
    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  4. abstract def resultType: (Views.this)#Elem[(Views.this)#IsoUR[A, C]]
    Definition Classes
    Def

Concrete 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[(Views.this)#Sym]
    Definition Classes
    Node
  7. def eFrom: (Views.this)#Elem[A]
    Definition Classes
    ComposeIsoIsoUR
  8. def eTo: (Views.this)#Elem[C]
    Definition Classes
    ComposeIsoIsoUR
  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
    ComposeIsoIsoUR → Node → Equals → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def from(c: (Views.this)#Ref[C]): (Views.this)#Ref[A]
    Definition Classes
    ComposeIsoIsoUR
  14. lazy val fromFun: (Views.this)#Ref[(C) ⇒ A]
    Definition Classes
    IsoUR
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getDeps: Array[(Views.this)#Sym]
    Attributes
    protected
    Definition Classes
    Node
  17. lazy val hashCode: Int
    Definition Classes
    IsoUR
  18. def isIdentity: Boolean
    Definition Classes
    ComposeIsoIsoUR
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val iso1: (Views.this)#Iso[A, B]
  21. val iso2: (Views.this)#Iso[B, C]
  22. def mirror(t: (Views.this)#Transformer): (Views.this)#Ref[(Views.this)#IsoUR[A, C]]
    Definition Classes
    Def
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def nodeId: Int
    Definition Classes
    Node
    Annotations
    @inline()
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def productIterator: Iterator[Any]
    Definition Classes
    Product
  28. def productPrefix: String
    Definition Classes
    Product
  29. final def self: (Views.this)#Ref[(Views.this)#IsoUR[A, C]]
    Definition Classes
    Def
  30. final def syms: Array[(Views.this)#Sym]
    Definition Classes
    Node
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def to(a: (Views.this)#Ref[A]): (Views.this)#Ref[C]
    Definition Classes
    ComposeIsoIsoUR
  33. lazy val toFun: (Views.this)#Ref[(A) ⇒ C]
    Definition Classes
    IsoUR
  34. def toString(): String
    Definition Classes
    IsoUR → Node → AnyRef → Any
  35. def transform(t: (Views.this)#Transformer): (Views.this)#Def[(Views.this)#IsoUR[A, C]]
    Definition Classes
    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 (Views.this)#IsoUR[A, C]

Inherited from (Views.this)#Def[(Views.this)#IsoUR[A, C]]

Inherited from (Views.this)#Node

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped