| Package | Description |
|---|---|
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.operator.binary | |
| eu.lunisolar.magma.func.predicate | |
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
default LBiIntPredicate |
LBiIntFunction.thenToBool(LPredicate<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiIntPredicate |
LIntBinaryOperator.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBiIntPredicate.LInt1Int0Pred
Permutation of LBiIntPredicate for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiIntPredicate.LBiIntPredicateSingle |
| Modifier and Type | Method and Description |
|---|---|
default LBiIntPredicate |
LBiIntPredicate.and(LBiIntPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static LBiIntPredicate |
LBiIntPredicate.biIntPred(LBiIntPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LBiIntPredicate |
LBiIntPredicate.biIntPredThrowing(ExF<Throwable> exF) |
static LBiIntPredicate |
LBiIntPredicate.biIntPredThrowing(String message,
ExMF<Throwable> exF) |
default LBiIntPredicate |
LBiIntPredicate.boolToBiIntPred(LLogicalOperator after)
Combines two functions together in a order.
|
default LBiIntPredicate |
LBiIntPredicate.compose(LIntUnaryOperator before1,
LIntUnaryOperator before2)
Allows to manipulate the domain of the function.
|
static LBiIntPredicate |
LBiIntPredicate.composed(LIntUnaryOperator before1,
LIntUnaryOperator before2,
LBiIntPredicate after) |
static LBiIntPredicate |
LBiIntPredicate.constant(boolean r)
Creates function that always returns the same value.
|
static LBiIntPredicate |
LBiIntPredicate.failSafe(LBiIntPredicate func,
LBiIntPredicate failSafe) |
default LBiIntPredicate |
LBiIntPredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LBiIntPredicate |
LBiIntPredicate.isEqual(int v1,
int v2)
Creates predicate that evaluates if an object is equal with the argument one.
|
default LBiIntPredicate |
LObjBiIntPredicate.lShrink(LBiIntFunction<T> left) |
default LBiIntPredicate |
LObjBiIntPredicate.lShrinkc(T a1) |
static <T> LBiIntPredicate |
LObjBiIntPredicate.lShrinked(LBiIntFunction<T> left,
LObjBiIntPredicate<T> func) |
static <T> LBiIntPredicate |
LObjBiIntPredicate.lShrinkedc(T a1,
LObjBiIntPredicate<T> func) |
default LBiIntPredicate |
LBiIntPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default LBiIntPredicate |
LBiIntPredicate.or(LBiIntPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LBiIntPredicate |
LBiIntPredicate.recursive(LFunction<LBiIntPredicate,LBiIntPredicate> selfLambda) |
static LBiIntPredicate |
LBiIntPredicate.safe()
Safe instance.
|
static LBiIntPredicate |
LBiIntPredicate.safe(LBiIntPredicate other)
Safe wrapping.
|
static LBiIntPredicate |
LBiIntPredicate.test1st(LIntPredicate func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static LBiIntPredicate |
LBiIntPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
default LBiIntPredicate |
LBiIntPredicate.trying(ExWF<RuntimeException> exF) |
default LBiIntPredicate |
LBiIntPredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBiIntPredicate |
LBiIntPredicate.tryingThen(LPredicate<Throwable> handler) |
static LBiIntPredicate |
LBiIntPredicate.uncurry(LIntFunction<LIntPredicate> func) |
LBiIntPredicate |
LBiIntPredicate.LBiIntPredicateSingle.value() |
default LBiIntPredicate |
LBiIntPredicate.xor(LBiIntPredicate other)
Returns a predicate that represents the logical XOR of evaluation of this predicate and the argument one.
|
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LBiIntPredicate> |
LBiIntPredicate.safeSupplier()
Safe instance supplier.
|
static LSupplier<LBiIntPredicate> |
LBiIntPredicate.safeSupplier(LSupplier<LBiIntPredicate> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiIntPredicate |
LBiIntPredicate.and(LBiIntPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static LBiIntPredicate |
LBiIntPredicate.biIntPred(LBiIntPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static boolean |
LBiIntPredicate.call(int a1,
int a2,
LBiIntPredicate lambda) |
static LBiIntPredicate |
LBiIntPredicate.composed(LIntUnaryOperator before1,
LIntUnaryOperator before2,
LBiIntPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LBiIntPredicate.composed(LToIntFunction<? super V1> before1,
LToIntFunction<? super V2> before2,
LBiIntPredicate after) |
static boolean |
LBiIntPredicate.doIf(int a1,
int a2,
LBiIntPredicate predicate,
LAction action) |
static boolean |
LBiIntPredicate.doIf(int a1,
int a2,
LBiIntPredicate predicate,
LBiIntConsumer consumer) |
static LBiIntPredicate |
LBiIntPredicate.failSafe(LBiIntPredicate func,
LBiIntPredicate failSafe) |
default boolean |
LBiIntPredicate.failSafeTest(int a1,
int a2,
LBiIntPredicate failSafe) |
static boolean |
LBiIntPredicate.failSafeTest(int a1,
int a2,
LBiIntPredicate func,
LBiIntPredicate failSafe) |
static void |
LBiIntPredicate.fromTill(int min_i,
int max_i,
int a1,
int a2,
LBiIntPredicate func)
From-To.
|
static void |
LBiIntPredicate.fromTo(int min_i,
int max_i,
int a1,
int a2,
LBiIntPredicate func)
From-To.
|
static boolean |
LBiIntPredicate.handlingTest(int a1,
int a2,
LBiIntPredicate func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LIntPredicate |
LBiIntPredicate.lShrinked(LIntUnaryOperator left,
LBiIntPredicate func) |
static LIntPredicate |
LBiIntPredicate.lShrinkedc(int a1,
LBiIntPredicate func) |
default LBiIntPredicate |
LBiIntPredicate.or(LBiIntPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LIntPredicate |
LBiIntPredicate.rShrinked(LIntUnaryOperator right,
LBiIntPredicate func) |
static LIntPredicate |
LBiIntPredicate.rShrinkedc(int a2,
LBiIntPredicate func) |
static LBiIntPredicate |
LBiIntPredicate.safe(LBiIntPredicate other)
Safe wrapping.
|
static void |
LBiIntPredicate.throwIf(int a1,
int a2,
LBiIntPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LBiIntPredicate.throwIfNot(int a1,
int a2,
LBiIntPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LBiIntPredicate.times(int max_i,
int a1,
int a2,
LBiIntPredicate func)
From-To.
|
static boolean |
LBiIntPredicate.tryTest(int a1,
int a2,
LBiIntPredicate func) |
static boolean |
LBiIntPredicate.tryTest(int a1,
int a2,
LBiIntPredicate func,
ExWF<RuntimeException> exF) |
static boolean |
LBiIntPredicate.tryTest(int a1,
int a2,
LBiIntPredicate func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static boolean |
LBiIntPredicate.tryTestThen(int a1,
int a2,
LBiIntPredicate func,
LPredicate<Throwable> handler) |
default LBiIntPredicate |
LBiIntPredicate.xor(LBiIntPredicate other)
Returns a predicate that represents the logical XOR of evaluation of this predicate and the argument one.
|
| Modifier and Type | Method and Description |
|---|---|
static LBiIntPredicate |
LBiIntPredicate.recursive(LFunction<LBiIntPredicate,LBiIntPredicate> selfLambda) |
static LBiIntPredicate |
LBiIntPredicate.recursive(LFunction<LBiIntPredicate,LBiIntPredicate> selfLambda) |
static LSupplier<LBiIntPredicate> |
LBiIntPredicate.safeSupplier(LSupplier<LBiIntPredicate> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
LIntPair.MutIntPair |
LIntPair.MutIntPair.setFirstIf(int first,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setFirstIf(int first,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LIntPair.MutIntPair |
LIntPair.MutIntPair.setFirstIf(LBiIntPredicate predicate,
int first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setFirstIf(LBiIntPredicate predicate,
int first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LSrtIntPair.MutSrtIntPair |
LSrtIntPair.MutSrtIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LSrtIntPair.MutCompSrtIntPair |
LSrtIntPair.MutCompSrtIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntSrtTriple.MutObjIntSrtTriple<T> |
LObjIntSrtTriple.MutObjIntSrtTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntSrtTriple.MutCompObjIntSrtTriple<T> |
LObjIntSrtTriple.MutCompObjIntSrtTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntPair.MutObjIntPair<T> |
LObjIntPair.MutObjIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntPair.MutCompObjIntPair<T> |
LObjIntPair.MutCompObjIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntObjTriple.MutObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutObjIntObjTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntObjTriple.MutCompObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutCompObjIntObjTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
LObjIntLongTriple.MutObjIntLongTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntLongTriple.MutCompObjIntLongTriple<T> |
LObjIntLongTriple.MutCompObjIntLongTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntFltTriple.MutObjIntFltTriple<T> |
LObjIntFltTriple.MutObjIntFltTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntFltTriple.MutCompObjIntFltTriple<T> |
LObjIntFltTriple.MutCompObjIntFltTriple.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(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntDblTriple.MutCompObjIntDblTriple<T> |
LObjIntDblTriple.MutCompObjIntDblTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntCharTriple.MutObjIntCharTriple<T> |
LObjIntCharTriple.MutObjIntCharTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntCharTriple.MutCompObjIntCharTriple<T> |
LObjIntCharTriple.MutCompObjIntCharTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntByteTriple.MutObjIntByteTriple<T> |
LObjIntByteTriple.MutObjIntByteTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
LObjIntByteTriple.MutCompObjIntByteTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntBoolTriple.MutObjIntBoolTriple<T> |
LObjIntBoolTriple.MutObjIntBoolTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntBoolTriple.MutCompObjIntBoolTriple<T> |
LObjIntBoolTriple.MutCompObjIntBoolTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjBiIntTriple.MutObjBiIntTriple<T> |
LObjBiIntTriple.MutObjBiIntTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjBiIntTriple.MutCompObjBiIntTriple<T> |
LObjBiIntTriple.MutCompObjBiIntTriple.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LLongIntPair.MutLongIntPair |
LLongIntPair.MutLongIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LLongIntPair.MutCompLongIntPair |
LLongIntPair.MutCompLongIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LIntPair.MutIntPair |
LIntPair.MutIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LFltIntPair.MutFltIntPair |
LFltIntPair.MutFltIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LFltIntPair.MutCompFltIntPair |
LFltIntPair.MutCompFltIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LDblIntPair.MutDblIntPair |
LDblIntPair.MutDblIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LDblIntPair.MutCompDblIntPair |
LDblIntPair.MutCompDblIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LCharIntPair.MutCharIntPair |
LCharIntPair.MutCharIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LCharIntPair.MutCompCharIntPair |
LCharIntPair.MutCompCharIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LByteIntPair.MutByteIntPair |
LByteIntPair.MutByteIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LByteIntPair.MutCompByteIntPair |
LByteIntPair.MutCompByteIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBoolIntPair.MutBoolIntPair |
LBoolIntPair.MutBoolIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBoolIntPair.MutCompBoolIntPair |
LBoolIntPair.MutCompBoolIntPair.setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LSrtIntPair.MutSrtIntPair |
LSrtIntPair.MutSrtIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LSrtIntPair.MutCompSrtIntPair |
LSrtIntPair.MutCompSrtIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntSrtTriple.MutObjIntSrtTriple<T> |
LObjIntSrtTriple.MutObjIntSrtTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntSrtTriple.MutCompObjIntSrtTriple<T> |
LObjIntSrtTriple.MutCompObjIntSrtTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntPair.MutObjIntPair<T> |
LObjIntPair.MutObjIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntPair.MutCompObjIntPair<T> |
LObjIntPair.MutCompObjIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntObjTriple.MutObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutObjIntObjTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntObjTriple.MutCompObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutCompObjIntObjTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
LObjIntLongTriple.MutObjIntLongTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntLongTriple.MutCompObjIntLongTriple<T> |
LObjIntLongTriple.MutCompObjIntLongTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntFltTriple.MutObjIntFltTriple<T> |
LObjIntFltTriple.MutObjIntFltTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntFltTriple.MutCompObjIntFltTriple<T> |
LObjIntFltTriple.MutCompObjIntFltTriple.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(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntDblTriple.MutCompObjIntDblTriple<T> |
LObjIntDblTriple.MutCompObjIntDblTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntCharTriple.MutObjIntCharTriple<T> |
LObjIntCharTriple.MutObjIntCharTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntCharTriple.MutCompObjIntCharTriple<T> |
LObjIntCharTriple.MutCompObjIntCharTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntByteTriple.MutObjIntByteTriple<T> |
LObjIntByteTriple.MutObjIntByteTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
LObjIntByteTriple.MutCompObjIntByteTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntBoolTriple.MutObjIntBoolTriple<T> |
LObjIntBoolTriple.MutObjIntBoolTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntBoolTriple.MutCompObjIntBoolTriple<T> |
LObjIntBoolTriple.MutCompObjIntBoolTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjBiIntTriple.MutObjBiIntTriple<T> |
LObjBiIntTriple.MutObjBiIntTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjBiIntTriple.MutCompObjBiIntTriple<T> |
LObjBiIntTriple.MutCompObjBiIntTriple.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LLongIntPair.MutLongIntPair |
LLongIntPair.MutLongIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LLongIntPair.MutCompLongIntPair |
LLongIntPair.MutCompLongIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LIntPair.MutIntPair |
LIntPair.MutIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LFltIntPair.MutFltIntPair |
LFltIntPair.MutFltIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LFltIntPair.MutCompFltIntPair |
LFltIntPair.MutCompFltIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LDblIntPair.MutDblIntPair |
LDblIntPair.MutDblIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LDblIntPair.MutCompDblIntPair |
LDblIntPair.MutCompDblIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LCharIntPair.MutCharIntPair |
LCharIntPair.MutCharIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LCharIntPair.MutCompCharIntPair |
LCharIntPair.MutCompCharIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LByteIntPair.MutByteIntPair |
LByteIntPair.MutByteIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) 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.
|
LBoolIntPair.MutBoolIntPair |
LBoolIntPair.MutBoolIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBoolIntPair.MutCompBoolIntPair |
LBoolIntPair.MutCompBoolIntPair.setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjBiIntTriple.MutObjBiIntTriple<T> |
LObjBiIntTriple.MutObjBiIntTriple.setThirdIf(int third,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjBiIntTriple.MutCompObjBiIntTriple<T> |
LObjBiIntTriple.MutCompObjBiIntTriple.setThirdIf(int third,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjIntTriple.MutBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutBiObjIntTriple.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(int third,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjBiIntTriple.MutObjBiIntTriple<T> |
LObjBiIntTriple.MutObjBiIntTriple.setThirdIf(LBiIntPredicate predicate,
int third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjBiIntTriple.MutCompObjBiIntTriple<T> |
LObjBiIntTriple.MutCompObjBiIntTriple.setThirdIf(LBiIntPredicate predicate,
int third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjIntTriple.MutBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutBiObjIntTriple.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(LBiIntPredicate predicate,
int third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.setValueIf(int value,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LIntSingle.MutCompIntSingle |
LIntSingle.MutCompIntSingle.setValueIf(int value,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.setValueIf(LBiIntPredicate predicate,
int value)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LIntSingle.MutCompIntSingle |
LIntSingle.MutCompIntSingle.setValueIf(LBiIntPredicate predicate,
int value)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
Copyright © 2019. All rights reserved.