Companion

Functions

Link copied to clipboard
fun <A, B> bothNel(a: A, b: B): IorNel<A, B>
Link copied to clipboard
fun <A, B> fromNullables(a: A?, b: B?): Ior<A, B>?

Create an Ior from two nullables if at least one of them is defined.

Link copied to clipboard
fun <A, B> leftNel(a: A): IorNel<A, B>