R - the type of the result of the function@FunctionalInterface public interface IBooleanFunction<R>
boolean-consuming primitive specialization for
Function.
This is a functional interface whose functional method is
apply(boolean).
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 argumentCopyright © 2014–2016 Philip Helger. All rights reserved.