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