public class MaybeFunctions extends java.lang.Object
MaybeFunctions()
static <T> com.google.common.base.Function<Maybe<T>,T>
get()
or(T value)
static <T> com.google.common.base.Function<T,Maybe<T>>
wrap()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MaybeFunctions()
public static <T> com.google.common.base.Function<T,Maybe<T>> wrap()
public static <T> com.google.common.base.Function<Maybe<T>,T> get()
public static <T> com.google.common.base.Function<Maybe<T>,T> or(T value)