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