PIso that defines the equality between Either and Validated
Iso that defines the equality between Either and Validated
create an PIso between any type and itself. Id is the zero element of optics composition, for any optic o of type O (e.g. PLens, Prism, POptional, ...): o compose Iso.id == o
Invoke operator overload to create a PIso of type S with target A. Can also be used to construct Iso
S
A
Iso that defines equality between a List and Option
PIso that defines equality between a List and Option
Iso that defines the equality between a Unit value Map and a Set with its keys
PIso that defines the equality between the nullable platform type and Option.
Iso that defines the equality between and arrow.core.Option and arrow.core.Either
PIso that defines the isomorphic relationship between Option and the nullable platform type.
PIso that defines the equality between Option and the nullable platform type.
Iso that defines equality between String and List of Char
Iso that defines equality between Validated and Either
PIso that defines equality between Validated and Either