Module org.simpleflatmapper.reflect
Package org.simpleflatmapper.reflect
Class MethodBiFunctionPair<T1,T2>
java.lang.Object
org.simpleflatmapper.reflect.MethodBiFunctionPair<T1,T2>
-
Constructor Summary
ConstructorsConstructorDescriptionMethodBiFunctionPair(Method method, org.simpleflatmapper.util.BiFunction<? super T1, ? super T2, ?> function) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
MethodBiFunctionPair
-
-
Method Details
-
getMethod
-
getFunction
-