PartialEquivalence

zio.prelude.PartialEquivalence
See thePartialEquivalence companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[A, B, E1, E2](toPartial0: A => Either[E1, B], fromPartial0: B => Either[E2, A]): PartialEquivalence[A, B, E1, E2]
def unapply[A, B, E1, E2](self: PartialEquivalence[A, B, E1, E2]): Some[(A => Either[E1, B], B => Either[E2, A])]