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