| Package | Description |
|---|---|
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
static LByteSingle.MutCompByteSingle |
Tuple4U.comparable(byte a) |
static LByteSingle.MutCompByteSingle |
LByteSingle.MutCompByteSingle.copyOf(LByteSingle tuple) |
static LByteSingle.MutCompByteSingle |
LByteSingle.MutCompByteSingle.of(byte a) |
LByteSingle.MutCompByteSingle |
LByteSingle.MutCompByteSingle.setValue(byte value) |
LByteSingle.MutCompByteSingle |
LByteSingle.MutCompByteSingle.setValueIf(byte value,
LBiBytePredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LByteSingle.MutCompByteSingle |
LByteSingle.MutCompByteSingle.setValueIf(LBiBytePredicate predicate,
byte value)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LByteSingle.MutCompByteSingle |
LByteSingle.MutCompByteSingle.setValueIf(LBytePredicate predicate,
byte value)
Sets value if predicate(current) OR current::predicate is true
|
LByteSingle.MutCompByteSingle |
LByteSingle.MutCompByteSingle.setValueIfArg(byte value,
LBytePredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LByteSingle.MutCompByteSingle |
LByteSingle.MutCompByteSingle.setValueIfArgNotNull(R arg,
LToByteFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
|
LByteSingle.MutCompByteSingle |
LByteSingle.MutCompByteSingle.value(byte value) |
Copyright © 2019. All rights reserved.