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