trait PartialEquivalence[A, B, +E1, +E2] extends AnyRef
Abstract Value Members
- abstract def fromPartial: (B) => Either[E2, A]
- abstract def toPartial: (A) => Either[E1, B]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def >>>[C, E3 >: E1, E4 >: E2](that: PartialEquivalence[B, C, E3, E4]): PartialEquivalence[A, C, E3, E4]
- def andThen[C, E3 >: E1, E4 >: E2](that: PartialEquivalence[B, C, E3, E4]): PartialEquivalence[A, C, E3, E4]
- final def asInstanceOf[T0]: T0
- def canonicalLeft(a: A): Option[A]
- def canonicalLeftOrError[E](a: A)(implicit ev1: <:<[E1, E], ev2: <:<[E2, E]): Either[E, A]
- def canonicalRight(b: B): Option[B]
- def canonicalRightOrError[E](b: B)(implicit ev1: <:<[E1, E], ev2: <:<[E2, E]): Either[E, B]
- def clone(): AnyRef
- def compose[C, E3 >: E1, E4 >: E2](that: PartialEquivalence[C, A, E3, E4]): PartialEquivalence[C, B, E3, E4]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def flip: PartialEquivalence[B, A, E2, E1]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- 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
- 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
- abstract def fromPartial: (B) => Either[E2, A]
- abstract def toPartial: (A) => Either[E1, B]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def >>>[C, E3 >: E1, E4 >: E2](that: PartialEquivalence[B, C, E3, E4]): PartialEquivalence[A, C, E3, E4]
- def andThen[C, E3 >: E1, E4 >: E2](that: PartialEquivalence[B, C, E3, E4]): PartialEquivalence[A, C, E3, E4]
- final def asInstanceOf[T0]: T0
- def canonicalLeft(a: A): Option[A]
- def canonicalLeftOrError[E](a: A)(implicit ev1: <:<[E1, E], ev2: <:<[E2, E]): Either[E, A]
- def canonicalRight(b: B): Option[B]
- def canonicalRightOrError[E](b: B)(implicit ev1: <:<[E1, E], ev2: <:<[E2, E]): Either[E, B]
- def clone(): AnyRef
- def compose[C, E3 >: E1, E4 >: E2](that: PartialEquivalence[C, A, E3, E4]): PartialEquivalence[C, B, E3, E4]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def flip: PartialEquivalence[B, A, E2, E1]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- 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
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit