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