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