Uses of Interface
com.jackmeng.stl.stl_Monad
Package | Description |
---|---|
com.jackmeng.stl |
-
Uses of stl_Monad in com.jackmeng.stl
Methods in com.jackmeng.stl that return stl_Monad Modifier and Type Method Description <R> stl_Monad<R>
stl_Monad. bind(stl_Function<? super T,stl_Monad<R>> f)
static <T> stl_Monad<T>
stl_Monad. unit(T value)
Method parameters in com.jackmeng.stl with type arguments of type stl_Monad Modifier and Type Method Description <R> stl_Monad<R>
stl_Monad. bind(stl_Function<? super T,stl_Monad<R>> f)