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