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