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