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