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