Package 

Class Either.Left

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

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

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

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