public final class IorsKt
final static <A extends Any, B extends Any> Ior<A, B>
toIor(Either<A, B> $self)
toIor(Pair<A, B> $self)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static <A extends Any, B extends Any> Ior<A, B> toIor(Either<A, B> $self)
このEitherをIorに変換します。
0.1.0
final static <A extends Any, B extends Any> Ior<A, B> toIor(Pair<A, B> $self)
このPairをIorに変換します。