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