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