@FunctionalInterface public interface ToBooleanFunction<T>
| 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 © 2020. All rights reserved.