Class Either.LeftProjection<A,B>

java.lang.Object
org.opencastproject.util.data.Either.LeftProjection<A,B>
All Implemented Interfaces:
Iterable<A>
Enclosing class:
Either<A,B>

public abstract class Either.LeftProjection<A,B> extends Object implements Iterable<A>
Left projection of either.
  • Method Details

    • value

      public abstract A value()
    • getOrElse

      public abstract A getOrElse(A right)