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