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