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