T - the type of the input of the functionpublic interface ToBooleanFunction<T>
boolean-valued result from input argument.Function| Modifier and Type | Method and Description |
|---|---|
boolean |
applyAsBoolean(T t)
Applies this function to the given argument.
|
boolean applyAsBoolean(T t)
t - an argumentCopyright © 2018. All rights reserved.