Packages

object PartialEquivalence

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

Value Members

  1. def apply[A, B, E1, E2](toPartial0: (A) => Either[E1, B], fromPartial0: (B) => Either[E2, A]): PartialEquivalence[A, B, E1, E2]
  2. def identity[A]: Equivalence[A, A]
  3. def unapply[A, B, E1, E2](self: PartialEquivalence[A, B, E1, E2]): Some[((A) => Either[E1, B], (B) => Either[E2, A])]