public class Functor extends java.lang.Object
Functor()
static <A,B> Option<B>
map(Option<A> x, java.util.function.Function<? super A,? extends B> f)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Functor()
public static <A,B> Option<B> map(Option<A> x, java.util.function.Function<? super A,? extends B> f)