| Package | Description |
|---|---|
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
static LIntPair.MutCompIntPair |
Tuple4U.comparable(int a1,
int a2) |
static LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.copyOf(LIntPair tuple) |
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.first(int first) |
static LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.of(int a1,
int a2) |
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.second(int second) |
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setFirst(int first) |
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setFirstIf(int first,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setFirstIf(LBiIntPredicate predicate,
int first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setFirstIf(LIntPredicate predicate,
int first)
Sets value if predicate(current) OR current::predicate is true
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setFirstIfArg(int first,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setFirstIfArgNotNull(R arg,
LToIntFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setSecond(int second) |
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setSecondIfArgNotNull(R arg,
LToIntFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
|
Copyright © 2019. All rights reserved.