| Modifier and Type | Method and Description |
|---|---|
<T> Either<T,E> |
either(Provider<T> nothing) |
boolean |
equals(Object rhs) |
<T> Maybe<T> |
fmap(Delegate<T,E> delegate) |
int |
hashCode() |
boolean |
hasValue() |
Iterator<E> |
iterator() |
static <E> Maybe<E> |
just(E element) |
static <E> Maybe<E> |
nothing() |
E |
orElse(E otherwise) |
Maybe<E> |
orElse(Maybe<E> otherwise) |
String |
toString() |
E |
value() |
Copyright © 2013. All Rights Reserved.