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