Package 

Class Either.Left

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final A value
      private final A left
      private final B right
    • Constructor Summary

      Constructors 
      Constructor Description
      Either.Left(A value)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final A getValue()
      • Methods inherited from class org.readium.r2.shared.util.Either

        getLeft, getRight, onLeft, onRight
      • Methods inherited from class java.lang.Object

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

      • Either.Left

        Either.Left(A value)