Interface Predicate3<A,B,C>
- Type Parameters:
A- the type of the first argument to the predicateB- the type of the second argument to the predicateC- the type of the third argument to the predicate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a predicate (boolean-valued function) of three arguments.
This is afunctional interface whose functional method is
test(Object, Object, Object).
- Since:
- 4.7.0
- See Also:
-
Method Summary
-
Method Details
-
test
-