arrow-core-data / arrow.core / Ior / unwrap
fun unwrap(): Either<Either<A, B>, Pair<A, B>>
fun unwrap():
Either
<
<A, B>,
Pair
<A, B>>
Return the isomorphic Either of this Ior
Do you like Arrow?