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