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