- Type Parameters:
T0
- the type of the #0 argument.T1
- the type of the #1 argument.T2
- the type of the #2 argument.T3
- the type of the #3 argument.R
- the type of the result.
- All Superinterfaces:
ThrowingFunction4<T0,
T1, T2, T3, R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface Function4<T0,T1,T2,T3,R>
extends ThrowingFunction4<T0,T1,T2,T3,R>
A quaternary function.
-
Method Summary