public abstract class BooleanFunction extends java.lang.Object implements Function<java.lang.Boolean>
Function
for primitives that accepts an argument of type boolean and returns a new
value of the same type.
The reason why BooleanFunction
is an abstract class instead of an ordinary interface, is that
this class doesn't cause any unwanted boxing of primitives version of the call method is used instead of the one that
accepts and returns a/an Boolean).
This class is generated.
Constructor and Description |
---|
BooleanFunction() |