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