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