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