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