| Package | Description |
|---|---|
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
static LCharSingle.MutCompCharSingle |
Tuple4U.comparable(char a) |
static LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.copyOf(LCharSingle tuple) |
static LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.of(char a) |
LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.setValue(char value) |
LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.setValueIf(char value,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.setValueIf(LBiCharPredicate predicate,
char value)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.setValueIf(LCharPredicate predicate,
char value)
Sets value if predicate(current) OR current::predicate is true
|
LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.setValueIfArg(char value,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.setValueIfArgNotNull(R arg,
LToCharFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
|
LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.value(char value) |
Copyright © 2019. All rights reserved.