Uses of Interface
com.jackmeng.stl.stl_Function
Package | Description |
---|---|
com.jackmeng.stl |
-
Uses of stl_Function in com.jackmeng.stl
Methods in com.jackmeng.stl that return stl_Function Modifier and Type Method Description default <V> stl_Function<T,V>
stl_Function. andThen(stl_Function<? super R,? extends V> after)
default <V> stl_Function<V,R>
stl_Function. compose(stl_Function<? super V,? extends T> before)
default stl_Function<T1,stl_Function<T2,R>>
stl_Function2. curry()
static <T> stl_Function<T,T>
stl_Function. identity()
Methods in com.jackmeng.stl that return types with arguments of type stl_Function Modifier and Type Method Description default stl_Function<T1,stl_Function<T2,R>>
stl_Function2. curry()
Methods in com.jackmeng.stl with parameters of type stl_Function Modifier and Type Method Description default <V> stl_Function<T,V>
stl_Function. andThen(stl_Function<? super R,? extends V> after)
<R> stl_Monad<R>
stl_Monad. bind(stl_Function<? super T,stl_Monad<R>> f)
default <V> stl_Function<V,R>
stl_Function. compose(stl_Function<? super V,? extends T> before)