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