| Package | Description |
|---|---|
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
static LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.copyOf(LIntSingle tuple) |
static LIntSingle.MutIntSingle |
Tuple4U.intSingle(int a) |
static LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.of(int a) |
LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.setValue(int value) |
LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.setValueIf(int value,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.setValueIf(LBiIntPredicate predicate,
int value)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.setValueIf(LIntPredicate predicate,
int value)
Sets value if predicate(current) OR current::predicate is true
|
LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.setValueIfArg(int value,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.setValueIfArgNotNull(R arg,
LToIntFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
|
static LIntSingle.MutIntSingle |
Tuple4U.tuple(int a) |
LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.value(int value) |
Copyright © 2019. All rights reserved.