@FunctionalInterface public interface BooleanFunction<R>
This is the boolean
-consuming primitive specialization for Function
.
Modifier and Type | Method and Description |
---|---|
R |
apply(boolean value)
Applies this function to the given argument.
|
R apply(boolean value)
value
- the function argument