object Equivalence
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Equivalence
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[A, B](to0: (A) => B, from0: (B) => A): Equivalence[A, B]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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.
- def eitherFlip[A, B]: Equivalence[Either[A, B], Either[B, A]]
- def eitherNothing[A]: Equivalence[Either[A, Nothing], A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def identity[A]: Equivalence[A, A]
Constructs the identity equivalence, which just says that any type is equivalent to itself and is trivially true.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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.
- def tupleAny[A]: Equivalence[(A, Any), A]
- def tupleFlip[A, B]: Equivalence[(A, B), (B, A)]
- def unapply[A, B](self: Equivalence[A, B]): Some[((A) => B, (B) => A)]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()