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