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