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