T - the type of the valuepublic static interface Value.ValueClause.ValueSupplier<T>
Value.| Modifier and Type | Method and Description |
|---|---|
T |
otherwise(Supplier<T> falseSupplier)
Determine the value by whether the
Value.ValueClause was true or false. |
T otherwise(Supplier<T> falseSupplier)
Value.ValueClause was true or false.falseSupplier - the Supplier for the false valueCopyright © 2015–2017. All rights reserved.