c

scalan.Views

PairIso

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

Annotations
@Isospec()
Linear Supertypes
(Views.this)#IsoUR[(A1, A2), (B1, B2)], (Views.this)#Def[(Views.this)#IsoUR[(A1, A2), (B1, B2)]], (Views.this)#Node, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PairIso
  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 PairIso(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[(A1, A2)]
    Definition Classes
    IsoUR
  7. abstract def eTo: (Views.this)#Elem[(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[(A1, A2), (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
    PairIsoIsoUR → 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[(B1, B2)]): (Views.this)#Ref[(A1, A2)]
    Definition Classes
    PairIsoIsoUR
  12. var fromCacheKey: (Views.this)#Ref[(B1, B2)]
  13. var fromCacheValue: (Views.this)#Ref[(A1, A2)]
  14. lazy val fromFun: (Views.this)#Ref[((B1, B2)) ⇒ (A1, A2)]
    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
    PairIsoIsoUR
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val iso1: (Views.this)#Iso[A1, B1]
  21. val iso2: (Views.this)#Iso[A2, B2]
  22. def mirror(t: (Views.this)#Transformer): (Views.this)#Ref[(Views.this)#IsoUR[(A1, A2), (B1, B2)]]
    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[(A1, A2), (B1, B2)]]
    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[(A1, A2)]): (Views.this)#Ref[(B1, B2)]
    Definition Classes
    PairIsoIsoUR
  33. var toCacheKey: (Views.this)#Ref[(A1, A2)]
  34. var toCacheValue: (Views.this)#Ref[(B1, B2)]
  35. lazy val toFun: (Views.this)#Ref[((A1, A2)) ⇒ (B1, B2)]
    Definition Classes
    IsoUR
  36. def toString(): String
    Definition Classes
    IsoUR → Node → AnyRef → Any
  37. def transform(t: (Views.this)#Transformer): (Views.this)#Def[(Views.this)#IsoUR[(A1, A2), (B1, B2)]]
    Definition Classes
    Def
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

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

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

Inherited from (Views.this)#Node

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped