public class MaybeHelper extends Object
static <T> Monad<Maybe,T,Maybe<T>>
monad(Maybe<T> maybe)
static <T> Try<T>
toTry(Maybe<T> maybe)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> Monad<Maybe,T,Maybe<T>> monad(Maybe<T> maybe)
public static <T> Try<T> toTry(Maybe<T> maybe)
Copyright © 2017. All rights reserved.