Package 

Class Either.Right

    • 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)
    • Method Summary

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

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

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