Class IorKt

  • All Implemented Interfaces:

    
    public final class IorKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static <A extends Any, B extends Any> Ior<A, B> toIor(Either<A, B> $self) このEitherIorに変換します。
      final static <A extends Any, B extends Any> Ior<A, B> toIor(Pair<A, B> $self) このPairIorに変換します。
      final static <A extends Any, B extends Any> Ior<A, B> toIorOrThrow(Pair<A, B> $self, Object message) このPairIorに変換します。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • toIor

         final static <A extends Any, B extends Any> Ior<A, B> toIor(Pair<A, B> $self)

        このPairIorに変換します。

        Returns:

        Pair自体がnullの場合,または左右の値がnullの場合はnull

        Since:

        0.1.0