Package com.jackmeng.stl
Interface stl_Function2<T1,T2,R>
public interface stl_Function2<T1,T2,R>
-
Method Summary
Modifier and Type Method Description R
apply(T1 t1, T2 t2)
default stl_Function<T1,stl_Function<T2,R>>
curry()
-
Method Details
-
apply
-
curry
-