toIor

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

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