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