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