Interface QuadFunction<A,B,C,D,R>
- Type Parameters:
A- the type of the first argumentB- the type of the second argumentC- the type of the third argumentD- the type of the fourth argumentR- the type of the result
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface for a function that accepts four arguments and produces a result.
-
Method Summary
-
Method Details
-
apply
-