T - the type of the valuepublic static class Value.FalseValueClause<T> extends Object implements Value.ValueClause<T>
Value.ValueClause.ValueSupplier<T>| Constructor and Description |
|---|
FalseValueClause() |
| Modifier and Type | Method and Description |
|---|---|
Value.ValueClause<T> |
and(boolean clause)
Logically AND combine the current
Value.ValueClause with clause. |
Value.ValueClause<T> |
or(boolean clause)
Logically OR combine the current
Value.ValueClause with clause. |
Value.ValueClause.ValueSupplier<T> |
then(Supplier<T> trueSupplier)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandNot, orNotpublic Value.ValueClause.ValueSupplier<T> then(Supplier<T> trueSupplier)
Value.ValueClausethen in interface Value.ValueClause<T>trueSupplier - the Supplier for the true valuepublic Value.ValueClause<T> and(boolean clause)
Value.ValueClauseValue.ValueClause with clause.and in interface Value.ValueClause<T>clause - the condition to testpublic Value.ValueClause<T> or(boolean clause)
Value.ValueClauseValue.ValueClause with clause.or in interface Value.ValueClause<T>clause - the condition to testCopyright © 2015–2017. All rights reserved.