arrow-core-data / arrow.core / toIor
fun <E, A> ValidatedOf<E, A>.toIor(): Ior<E, A>
fun <E, A>
ValidatedOf
<E, A>.toIor():
Ior
<E, A>
Converts the value to an Ior<E, A>
Do you like Arrow?