public abstract class Either<L,R> extends Object
protected
Either()
abstract boolean
isLeft()
static <K,U> de.flapdoodle.guava.monads.Left<K,U>
left(K value)
static <K,U> de.flapdoodle.guava.monads.Right<K,U>
right(U value)
abstract Either<R,L>
swap()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Either()
public static <K,U> de.flapdoodle.guava.monads.Left<K,U> left(K value)
public static <K,U> de.flapdoodle.guava.monads.Right<K,U> right(U value)
public abstract Either<R,L> swap()
public abstract boolean isLeft()
Copyright © 2016. All rights reserved.