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