object Equivalence
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply[A, B](to0: (A) => B, from0: (B) => A): Equivalence[A, B]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def either[A, B, C]: Equivalence[Either[A, Either[B, C]], Either[Either[A, B], C]]
- 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
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- 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]
- def hashCode(): Int
- def identity[A]: Equivalence[A, A]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def tuple[A, B, C]: Equivalence[(A, (B, C)), ((A, B), C)]
- 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
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply[A, B](to0: (A) => B, from0: (B) => A): Equivalence[A, B]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def either[A, B, C]: Equivalence[Either[A, Either[B, C]], Either[Either[A, B], C]]
- 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
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- 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]
- def hashCode(): Int
- def identity[A]: Equivalence[A, A]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def tuple[A, B, C]: Equivalence[(A, (B, C)), ((A, B), C)]
- 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
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit