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