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