| Package | Description |
|---|---|
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
static <T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
Tuple4U.comparable(T1 a1,
T2 a2,
int a3) |
static <T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
LBiObjIntTriple.MutCompBiObjIntTriple.copyOf(LBiObjIntTriple<T1,T2> tuple) |
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.first(T1 first) |
static <T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
LBiObjIntTriple.MutCompBiObjIntTriple.of(T1 a1,
T2 a2,
int a3) |
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.second(T2 second) |
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setFirst(T1 first) |
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setFirstIf(LPredicate<T1> predicate,
T1 first)
Sets value if predicate(current) OR current::predicate is true
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setFirstIfArg(T1 first,
LPredicate<T1> predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setFirstIfArgNotNull(R arg,
LFunction<R,T1> func)
Sets value derived from non-null argument, only if argument is not null.
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setSecond(T2 second) |
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setSecondIf(LPredicate<T2> predicate,
T2 second)
Sets value if predicate(current) OR current::predicate is true
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setSecondIfArg(T2 second,
LPredicate<T2> predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setSecondIfArgNotNull(R arg,
LFunction<R,T2> func)
Sets value derived from non-null argument, only if argument is not null.
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setThird(int third) |
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setThirdIf(int third,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setThirdIf(LBiIntPredicate predicate,
int third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setThirdIf(LIntPredicate predicate,
int third)
Sets value if predicate(current) OR current::predicate is true
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setThirdIfArg(int third,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setThirdIfArgNotNull(R arg,
LToIntFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.third(int third) |
Copyright © 2019. All rights reserved.