Package one.xingyi.core.utils
Interface Function3<T1,T2,T3,Res>
-
- All Known Subinterfaces:
IElementToFieldDom,IElementToFieldListDom
public interface Function3<T1,T2,T3,Res>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resapply(T1 t1, T2 t2, T3 t3)
-