Class Ior.Both

  • All Implemented Interfaces:

    
    public final class Ior.Both<A extends Object, B extends Object>
    extends Ior<A, B>
                        

    ABの両方を保持するIorの実装クラスです。

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final A leftValue
      private final B rightValue
    • Constructor Summary

      Constructors 
      Constructor Description
      Ior.Both(A leftValue, B rightValue)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final A getLeftValue()
      final B getRightValue()
      • Methods inherited from class hiiragi283.core.api.util.Ior

        fold, getLeft, getRight, isBoth, isLeft, isRight, map, mapLeft, mapRight, swap, toPair, unwrap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait