Package one.xingyi.core.utils
Interface BiFunctionWithException<T1,T2,Res>
-
public interface BiFunctionWithException<T1,T2,Res>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resapply(T1 t1, T2 t2)
-