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