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