T - Result typepublic interface Boolean2ObjFunction<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
T |
apply(boolean input)
Returns the result of applying this function to given
input. |
T apply(boolean input)
input.
The returned object may or may not be a new instance,
depending on the implementation.input - inputCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.