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