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