Interface Function2<T0,T1,R>
- Type Parameters:
T0- Type of argument #0T1- Type of argument #1R- Result type
- All Superinterfaces:
Function<R>
Function with two parameters.
-
Method Summary
-
Method Details
-
apply
-
T0 - Type of argument #0T1 - Type of argument #1R - Result typeFunction<R>