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