Package 

Class Either.Right

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

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

      Constructors 
      Constructor Description
      Either.Right(B value)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final B 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.Right

        Either.Right(B value)