c

scalan.Views

SumIso

abstract class SumIso[A1, A2, B1, B2] extends (Views.this)#Node with (Views.this)#IsoUR[(Views.this)#|[A1, A2], (Views.this)#|[B1, B2]]

Annotations
@Isospec()
Linear Supertypes
(Views.this)#IsoUR[(Views.this)#|[A1, A2], (Views.this)#|[B1, B2]], (Views.this)#Def[(Views.this)#IsoUR[(Views.this)#|[A1, A2], (Views.this)#|[B1, B2]]], (Views.this)#Node, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SumIso
  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 SumIso(iso1: (Views.this)#Iso[A1, B1], iso2: (Views.this)#Iso[A2, B2])

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. implicit abstract def eA1: (Views.this)#Elem[A1]
  3. implicit abstract def eA2: (Views.this)#Elem[A2]
  4. implicit abstract def eB1: (Views.this)#Elem[B1]
  5. implicit abstract def eB2: (Views.this)#Elem[B2]
  6. abstract def eFrom: (Views.this)#Elem[(Views.this)#|[A1, A2]]
    Definition Classes
    IsoUR
  7. abstract def eTo: (Views.this)#Elem[(Views.this)#|[B1, B2]]
    Definition Classes
    IsoUR
  8. abstract def productArity: Int
    Definition Classes
    Product
  9. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  10. abstract def resultType: (Views.this)#Elem[(Views.this)#IsoUR[(Views.this)#|[A1, A2], (Views.this)#|[B1, B2]]]
    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. 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
    SumIsoIsoUR → Node → Equals → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def from(b: (Views.this)#Ref[(Views.this)#|[B1, B2]]): (Views.this)#Ref[(Views.this)#|[A1, A2]]
    Definition Classes
    SumIsoIsoUR
  12. lazy val fromFun: (Views.this)#Ref[((Views.this)#|[B1, B2]) ⇒ (Views.this)#|[A1, A2]]
    Definition Classes
    IsoUR
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getDeps: Array[(Views.this)#Sym]
    Attributes
    protected
    Definition Classes
    Node
  15. lazy val hashCode: Int
    Definition Classes
    IsoUR
  16. def isIdentity: Boolean
    Definition Classes
    SumIsoIsoUR
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val iso1: (Views.this)#Iso[A1, B1]
  19. val iso2: (Views.this)#Iso[A2, B2]
  20. def mirror(t: (Views.this)#Transformer): (Views.this)#Ref[(Views.this)#IsoUR[(Views.this)#|[A1, A2], (Views.this)#|[B1, B2]]]
    Definition Classes
    Def
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def nodeId: Int
    Definition Classes
    Node
    Annotations
    @inline()
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def productIterator: Iterator[Any]
    Definition Classes
    Product
  26. def productPrefix: String
    Definition Classes
    Product
  27. final def self: (Views.this)#Ref[(Views.this)#IsoUR[(Views.this)#|[A1, A2], (Views.this)#|[B1, B2]]]
    Definition Classes
    Def
  28. final def syms: Array[(Views.this)#Sym]
    Definition Classes
    Node
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def to(a: (Views.this)#Ref[(Views.this)#|[A1, A2]]): (Views.this)#Ref[(Views.this)#|[B1, B2]]
    Definition Classes
    SumIsoIsoUR
  31. lazy val toFun: (Views.this)#Ref[((Views.this)#|[A1, A2]) ⇒ (Views.this)#|[B1, B2]]
    Definition Classes
    IsoUR
  32. def toString(): String
    Definition Classes
    IsoUR → Node → AnyRef → Any
  33. def transform(t: (Views.this)#Transformer): (Views.this)#Def[(Views.this)#IsoUR[(Views.this)#|[A1, A2], (Views.this)#|[B1, B2]]]
    Definition Classes
    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 (Views.this)#IsoUR[(Views.this)#|[A1, A2], (Views.this)#|[B1, B2]]

Inherited from (Views.this)#Def[(Views.this)#IsoUR[(Views.this)#|[A1, A2], (Views.this)#|[B1, B2]]]

Inherited from (Views.this)#Node

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped