Interface BooleanFunction<R>
- Type Parameters:
R- the type of the result of the function
- All Known Subinterfaces:
BooleanUnaryOperator
- 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 function that accepts a
boolean argument and produces result of specified type.
This is the primitive type specialization of UnaryOperator for boolean.- See Also:
-
Method Summary