toIor

open suspend fun toIor(): Ior<R, A>

fold the Cont into an Ior. Where the shifted value R is mapped to Ior.Left, and result value A is mapped to Ior.Right.

Sources

common source
Link copied to clipboard