Package com.jackmeng.stl
Interface stl_Function<T,R>
public interface stl_Function<T,R>
-
Method Summary
Modifier and Type Method Description default <V> stl_Function<T,V>andThen(stl_Function<? super R,? extends V> after)Rapply(T t)default <V> stl_Function<V,R>compose(stl_Function<? super V,? extends T> before)static <T> stl_Function<T,T>identity()
-
Method Details
-
apply
-
compose
-
andThen
-
identity
-