| Package | Description |
|---|---|
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
static LBoolSingle.MutCompBoolSingle |
Tuple4U.comparable(boolean a) |
static LBoolSingle.MutCompBoolSingle |
LBoolSingle.MutCompBoolSingle.copyOf(LBoolSingle tuple) |
static LBoolSingle.MutCompBoolSingle |
LBoolSingle.MutCompBoolSingle.of(boolean a) |
LBoolSingle.MutCompBoolSingle |
LBoolSingle.MutCompBoolSingle.setValue(boolean value) |
LBoolSingle.MutCompBoolSingle |
LBoolSingle.MutCompBoolSingle.setValueIf(boolean value,
LLogicalBinaryOperator predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBoolSingle.MutCompBoolSingle |
LBoolSingle.MutCompBoolSingle.setValueIf(LLogicalBinaryOperator predicate,
boolean value)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBoolSingle.MutCompBoolSingle |
LBoolSingle.MutCompBoolSingle.setValueIf(LLogicalOperator predicate,
boolean value)
Sets value if predicate(current) OR current::predicate is true
|
LBoolSingle.MutCompBoolSingle |
LBoolSingle.MutCompBoolSingle.setValueIfArg(boolean value,
LLogicalOperator predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LBoolSingle.MutCompBoolSingle |
LBoolSingle.MutCompBoolSingle.setValueIfArgNotNull(R arg,
LPredicate<R> func)
Sets value derived from non-null argument, only if argument is not null.
|
LBoolSingle.MutCompBoolSingle |
LBoolSingle.MutCompBoolSingle.value(boolean value) |
Copyright © 2019. All rights reserved.