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