程序包 com.jackmeng
接口 NaiveMonad<T>
public interface NaiveMonad<T>
-
方法概要
修饰符和类型方法说明<R> NaiveMonad<R>
bind
(Function<? super T, NaiveMonad<R>> f) static <T> NaiveMonad<T>
unit
(T value)
-
方法详细资料
-
unit
-
bind
-
<R> NaiveMonad<R>
bind(Function<? super T,NaiveMonad<R>> f)
static <T> NaiveMonad<T>
unit(T value)