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