Packages

object Equivalence

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Equivalence
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def apply[A, B](to0: (A) => B, from0: (B) => A): Equivalence[A, B]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def either[A, B, C]: Equivalence[Either[A, Either[B, C]], Either[Either[A, B], C]]

    Constructs an equivalence between a right-associated nested either, and a left-associated nested either.

  8. def eitherFlip[A, B]: Equivalence[Either[A, B], Either[B, A]]
  9. def eitherNothing[A]: Equivalence[Either[A, Nothing], A]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def fromPartial[A, B, E1, E2](toPartial0: (A) => Either[E1, B], fromPartial0: (B) => Either[E2, A])(ev1: <:<[E1, Nothing], ev2: <:<[E2, Nothing]): Equivalence[A, B]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def identity[A]: Equivalence[A, A]

    Constructs the identity equivalence, which just says that any type is equivalent to itself and is trivially true.

  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def tuple[A, B, C]: Equivalence[(A, (B, C)), ((A, B), C)]

    Constructs an equivalence between a right-associated nested tuple, and a left-associated nested tuple.

  24. def tupleAny[A]: Equivalence[(A, Any), A]
  25. def tupleFlip[A, B]: Equivalence[(A, B), (B, A)]
  26. def unapply[A, B](self: Equivalence[A, B]): Some[((A) => B, (B) => A)]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped