arrow-core-data / arrow.core / bothIor
fun <A, B> Tuple2<A, B>.~~bothIor~~(): Ior<A, B> Deprecated: Tuple2 is deprecated in favor of Kotlin’s Pair. Please use the bothIor method defined for Pair instead.
fun <A, B>
Tuple2
<A, B>.~~bothIor~~():
Ior
<A, B>
Do you like Arrow?