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