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