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