T - the type of the input to the function@FunctionalInterface public interface IToBooleanFunction<T>
boolean-producing primitive specialization for
Function.
This is a functional interface whose functional method is
applyAsBoolean(Object).
Function| Modifier and Type | Method and Description |
|---|---|
boolean |
applyAsBoolean(T value)
Applies this function to the given argument.
|
boolean applyAsBoolean(T value)
value - the function argumentCopyright © 2014–2022 Philip Helger. All rights reserved.