| Modifier and Type | Method and Description |
|---|---|
default LIntConsumer |
LBoolIntConsumer.lShrink(LIntPredicate left) |
static LIntConsumer |
LBoolIntConsumer.lShrinked(LIntPredicate left,
LBoolIntConsumer func) |
| Modifier and Type | Method and Description |
|---|---|
default LIntPredicate |
LIntToByteFunction.thenToBool(LBytePredicate after)
Combines two functions together in a order.
|
default LIntPredicate |
LIntToCharFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
default LIntPredicate |
LIntToDblFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
default LIntPredicate |
LIntToFltFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
default LIntPredicate |
LIntToLongFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
default LIntPredicate |
LIntToSrtFunction.thenToBool(LSrtPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtPredicate |
LSrtToIntFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LLongPredicate |
LLongToIntFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LFltPredicate |
LFltToIntFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LDblPredicate |
LDblToIntFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LCharPredicate |
LCharToIntFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LBytePredicate |
LByteToIntFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LLogicalOperator |
LBoolToIntFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntPredicate |
LIntFunction.thenToBool(LPredicate<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LTriPredicate<T1,T2,T3> |
LToIntTriFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LPredicate<T> |
LToIntFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LBiPredicate<T1,T2> |
LToIntBiFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LObjIntSrtPredicate<T> |
LTieSrtFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LObjIntLongPredicate<T> |
LTieLongFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LObjBiIntPredicate<T> |
LTieIntFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LObjIntObjPredicate<T1,T2> |
LTieFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LObjIntFltPredicate<T> |
LTieFltFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LObjIntDblPredicate<T> |
LTieDblFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LObjIntCharPredicate<T> |
LTieCharFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LObjIntBytePredicate<T> |
LTieByteFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LObjIntBoolPredicate<T> |
LTieBoolFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LObjIntPredicate<T> |
LOiToIntFunction.thenToBool(LIntPredicate 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 | Method and Description |
|---|---|
default LIntPredicate |
LIntUnaryOperator.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntPredicate |
LIntUnaryOperator.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LIntPredicate.LIntPredicateSingle |
| Modifier and Type | Method and Description |
|---|---|
default LIntPredicate |
LIntPredicate.and(LIntPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
default LIntPredicate |
LIntPredicate.boolToIntPred(LLogicalOperator after)
Combines two functions together in a order.
|
default LIntPredicate |
LIntPredicate.compose(LIntUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LIntPredicate |
LIntPredicate.composed(LIntUnaryOperator before,
LIntPredicate after) |
static LIntPredicate |
LIntPredicate.constant(boolean r)
Creates function that always returns the same value.
|
static LIntPredicate |
LIntPredicate.failSafe(LIntPredicate func,
LIntPredicate failSafe) |
default LIntPredicate |
LIntPredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LIntPredicate |
LIntPredicate.intPred(LIntPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LIntPredicate |
LIntPredicate.intPredThrowing(ExF<Throwable> exF) |
static LIntPredicate |
LIntPredicate.intPredThrowing(String message,
ExMF<Throwable> exF) |
static LIntPredicate |
LIntPredicate.isEqual(int target)
Creates predicate that evaluates if an object is equal with the argument one.
|
default LIntPredicate |
LObjIntPredicate.lShrink(LIntFunction<T> left) |
default LIntPredicate |
LBoolIntPredicate.lShrink(LIntPredicate left) |
default LIntPredicate |
LByteIntPredicate.lShrink(LIntToByteFunction left) |
default LIntPredicate |
LCharIntPredicate.lShrink(LIntToCharFunction left) |
default LIntPredicate |
LDblIntPredicate.lShrink(LIntToDblFunction left) |
default LIntPredicate |
LFltIntPredicate.lShrink(LIntToFltFunction left) |
default LIntPredicate |
LLongIntPredicate.lShrink(LIntToLongFunction left) |
default LIntPredicate |
LSrtIntPredicate.lShrink(LIntToSrtFunction left) |
default LIntPredicate |
LBiIntPredicate.lShrink(LIntUnaryOperator left) |
default LIntPredicate |
LBoolIntPredicate.lShrinkc(boolean a1) |
default LIntPredicate |
LByteIntPredicate.lShrinkc(byte a1) |
default LIntPredicate |
LCharIntPredicate.lShrinkc(char a1) |
default LIntPredicate |
LDblIntPredicate.lShrinkc(double a1) |
default LIntPredicate |
LFltIntPredicate.lShrinkc(float a1) |
default LIntPredicate |
LBiIntPredicate.lShrinkc(int a1) |
default LIntPredicate |
LLongIntPredicate.lShrinkc(long a1) |
default LIntPredicate |
LSrtIntPredicate.lShrinkc(short a1) |
default LIntPredicate |
LObjIntPredicate.lShrinkc(T a1) |
static <T> LIntPredicate |
LObjIntPredicate.lShrinked(LIntFunction<T> left,
LObjIntPredicate<T> func) |
static LIntPredicate |
LBoolIntPredicate.lShrinked(LIntPredicate left,
LBoolIntPredicate func) |
static LIntPredicate |
LByteIntPredicate.lShrinked(LIntToByteFunction left,
LByteIntPredicate func) |
static LIntPredicate |
LCharIntPredicate.lShrinked(LIntToCharFunction left,
LCharIntPredicate func) |
static LIntPredicate |
LDblIntPredicate.lShrinked(LIntToDblFunction left,
LDblIntPredicate func) |
static LIntPredicate |
LFltIntPredicate.lShrinked(LIntToFltFunction left,
LFltIntPredicate func) |
static LIntPredicate |
LLongIntPredicate.lShrinked(LIntToLongFunction left,
LLongIntPredicate func) |
static LIntPredicate |
LSrtIntPredicate.lShrinked(LIntToSrtFunction left,
LSrtIntPredicate func) |
static LIntPredicate |
LBiIntPredicate.lShrinked(LIntUnaryOperator left,
LBiIntPredicate func) |
static LIntPredicate |
LBoolIntPredicate.lShrinkedc(boolean a1,
LBoolIntPredicate func) |
static LIntPredicate |
LByteIntPredicate.lShrinkedc(byte a1,
LByteIntPredicate func) |
static LIntPredicate |
LCharIntPredicate.lShrinkedc(char a1,
LCharIntPredicate func) |
static LIntPredicate |
LDblIntPredicate.lShrinkedc(double a1,
LDblIntPredicate func) |
static LIntPredicate |
LFltIntPredicate.lShrinkedc(float a1,
LFltIntPredicate func) |
static LIntPredicate |
LBiIntPredicate.lShrinkedc(int a1,
LBiIntPredicate func) |
static LIntPredicate |
LLongIntPredicate.lShrinkedc(long a1,
LLongIntPredicate func) |
static LIntPredicate |
LSrtIntPredicate.lShrinkedc(short a1,
LSrtIntPredicate func) |
static <T> LIntPredicate |
LObjIntPredicate.lShrinkedc(T a1,
LObjIntPredicate<T> func) |
default LIntPredicate |
LIntPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default LIntPredicate |
LIntPredicate.or(LIntPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LIntPredicate |
LIntPredicate.recursive(LFunction<LIntPredicate,LIntPredicate> selfLambda) |
default LIntPredicate |
LBiIntPredicate.rShrink(LIntUnaryOperator right) |
default LIntPredicate |
LBiIntPredicate.rShrinkc(int a2) |
static LIntPredicate |
LBiIntPredicate.rShrinked(LIntUnaryOperator right,
LBiIntPredicate func) |
static LIntPredicate |
LBiIntPredicate.rShrinkedc(int a2,
LBiIntPredicate func) |
static LIntPredicate |
LIntPredicate.safe()
Safe instance.
|
static LIntPredicate |
LIntPredicate.safe(LIntPredicate other)
Safe wrapping.
|
default LIntPredicate |
LIntPredicate.trying(ExWF<RuntimeException> exF) |
default LIntPredicate |
LIntPredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LIntPredicate |
LIntPredicate.tryingThen(LPredicate<Throwable> handler) |
LIntPredicate |
LIntPredicate.LIntPredicateSingle.value() |
static LIntPredicate |
LIntPredicate.wrap(java.util.function.IntPredicate other)
Wraps JRE instance.
|
default LIntPredicate |
LIntPredicate.xor(LIntPredicate 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<LIntPredicate> |
LIntPredicate.safeSupplier()
Safe instance supplier.
|
static LSupplier<LIntPredicate> |
LIntPredicate.safeSupplier(LSupplier<LIntPredicate> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntPredicate |
LIntPredicate.and(LIntPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static boolean |
LIntPredicate.call(int a,
LIntPredicate lambda) |
static LIntPredicate |
LIntPredicate.composed(LIntUnaryOperator before,
LIntPredicate after) |
static <V> LPredicate<V> |
LIntPredicate.composed(LToIntFunction<? super V> before,
LIntPredicate after) |
static boolean |
LIntPredicate.doIf(int a,
LIntPredicate predicate,
LAction action) |
static boolean |
LIntPredicate.doIf(int a,
LIntPredicate predicate,
LIntConsumer consumer) |
static LIntPredicate |
LIntPredicate.failSafe(LIntPredicate func,
LIntPredicate failSafe) |
default boolean |
LIntPredicate.failSafeTest(int a,
LIntPredicate failSafe) |
static boolean |
LIntPredicate.failSafeTest(int a,
LIntPredicate func,
LIntPredicate failSafe) |
static void |
LIntPredicate.fromTill(int min_a,
int max_a,
LIntPredicate func)
From-To.
|
static void |
LIntPredicate.fromTo(int min_a,
int max_a,
LIntPredicate func)
From-To.
|
static boolean |
LIntPredicate.handlingTest(int a,
LIntPredicate func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LIntPredicate |
LIntPredicate.intPred(LIntPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
default LIntPredicate |
LBoolIntPredicate.lShrink(LIntPredicate left) |
static LIntPredicate |
LBoolIntPredicate.lShrinked(LIntPredicate left,
LBoolIntPredicate func) |
default LIntPredicate |
LIntPredicate.or(LIntPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LIntPredicate |
LIntPredicate.safe(LIntPredicate other)
Safe wrapping.
|
static LBiIntPredicate |
LBiIntPredicate.test1st(LIntPredicate func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static LSrtIntPredicate |
LSrtIntPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static LLongIntPredicate |
LLongIntPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static LFltIntPredicate |
LFltIntPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static LDblIntPredicate |
LDblIntPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static LCharIntPredicate |
LCharIntPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static LByteIntPredicate |
LByteIntPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static LBoolIntPredicate |
LBoolIntPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static LBiIntPredicate |
LBiIntPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntSrtPredicate<T> |
LObjIntSrtPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntPredicate<T> |
LObjIntPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntLongPredicate<T> |
LObjIntLongPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntFltPredicate<T> |
LObjIntFltPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntDblPredicate<T> |
LObjIntDblPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntBoolPredicate<T> |
LObjIntBoolPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjBiIntPredicate<T> |
LObjBiIntPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T1,T2> LObjIntObjPredicate<T1,T2> |
LObjIntObjPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjBiIntPredicate<T> |
LObjBiIntPredicate.test3rd(LIntPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.test3rd(LIntPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
static void |
LIntPredicate.throwIf(int a,
LIntPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LIntPredicate.throwIfNot(int a,
LIntPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LIntPredicate.times(int max_a,
LIntPredicate func)
From-To.
|
static boolean |
LIntPredicate.tryTest(int a,
LIntPredicate func) |
static boolean |
LIntPredicate.tryTest(int a,
LIntPredicate func,
ExWF<RuntimeException> exF) |
static boolean |
LIntPredicate.tryTest(int a,
LIntPredicate func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static boolean |
LIntPredicate.tryTestThen(int a,
LIntPredicate func,
LPredicate<Throwable> handler) |
default LIntPredicate |
LIntPredicate.xor(LIntPredicate other)
Returns a predicate that represents the logical XOR of evaluation of this predicate and the argument one.
|
| Modifier and Type | Method and Description |
|---|---|
default LBoolSupplier |
LIntSupplier.toBoolSup(LIntPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
LIntPair.MutIntPair |
LIntPair.MutIntPair.setFirstIf(LIntPredicate predicate,
int first)
Sets value if predicate(current) OR current::predicate is true
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setFirstIf(LIntPredicate predicate,
int first)
Sets value if predicate(current) OR current::predicate is true
|
LIntPair.MutIntPair |
LIntPair.MutIntPair.setFirstIfArg(int first,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setFirstIfArg(int first,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LSrtIntPair.MutSrtIntPair |
LSrtIntPair.MutSrtIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LSrtIntPair.MutCompSrtIntPair |
LSrtIntPair.MutCompSrtIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntSrtTriple.MutObjIntSrtTriple<T> |
LObjIntSrtTriple.MutObjIntSrtTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntSrtTriple.MutCompObjIntSrtTriple<T> |
LObjIntSrtTriple.MutCompObjIntSrtTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntPair.MutObjIntPair<T> |
LObjIntPair.MutObjIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntPair.MutCompObjIntPair<T> |
LObjIntPair.MutCompObjIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntObjTriple.MutObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutObjIntObjTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntObjTriple.MutCompObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutCompObjIntObjTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
LObjIntLongTriple.MutObjIntLongTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntLongTriple.MutCompObjIntLongTriple<T> |
LObjIntLongTriple.MutCompObjIntLongTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntFltTriple.MutObjIntFltTriple<T> |
LObjIntFltTriple.MutObjIntFltTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntFltTriple.MutCompObjIntFltTriple<T> |
LObjIntFltTriple.MutCompObjIntFltTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntDblTriple.MutObjIntDblTriple<T> |
LObjIntDblTriple.MutObjIntDblTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntDblTriple.MutCompObjIntDblTriple<T> |
LObjIntDblTriple.MutCompObjIntDblTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntCharTriple.MutObjIntCharTriple<T> |
LObjIntCharTriple.MutObjIntCharTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntCharTriple.MutCompObjIntCharTriple<T> |
LObjIntCharTriple.MutCompObjIntCharTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntByteTriple.MutObjIntByteTriple<T> |
LObjIntByteTriple.MutObjIntByteTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
LObjIntByteTriple.MutCompObjIntByteTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntBoolTriple.MutObjIntBoolTriple<T> |
LObjIntBoolTriple.MutObjIntBoolTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntBoolTriple.MutCompObjIntBoolTriple<T> |
LObjIntBoolTriple.MutCompObjIntBoolTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjBiIntTriple.MutObjBiIntTriple<T> |
LObjBiIntTriple.MutObjBiIntTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjBiIntTriple.MutCompObjBiIntTriple<T> |
LObjBiIntTriple.MutCompObjBiIntTriple.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LLongIntPair.MutLongIntPair |
LLongIntPair.MutLongIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LLongIntPair.MutCompLongIntPair |
LLongIntPair.MutCompLongIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LIntPair.MutIntPair |
LIntPair.MutIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LFltIntPair.MutFltIntPair |
LFltIntPair.MutFltIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LFltIntPair.MutCompFltIntPair |
LFltIntPair.MutCompFltIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LDblIntPair.MutDblIntPair |
LDblIntPair.MutDblIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LDblIntPair.MutCompDblIntPair |
LDblIntPair.MutCompDblIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LCharIntPair.MutCharIntPair |
LCharIntPair.MutCharIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LCharIntPair.MutCompCharIntPair |
LCharIntPair.MutCompCharIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LByteIntPair.MutByteIntPair |
LByteIntPair.MutByteIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LByteIntPair.MutCompByteIntPair |
LByteIntPair.MutCompByteIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LBoolIntPair.MutBoolIntPair |
LBoolIntPair.MutBoolIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LBoolIntPair.MutCompBoolIntPair |
LBoolIntPair.MutCompBoolIntPair.setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LSrtIntPair.MutSrtIntPair |
LSrtIntPair.MutSrtIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LSrtIntPair.MutCompSrtIntPair |
LSrtIntPair.MutCompSrtIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntSrtTriple.MutObjIntSrtTriple<T> |
LObjIntSrtTriple.MutObjIntSrtTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntSrtTriple.MutCompObjIntSrtTriple<T> |
LObjIntSrtTriple.MutCompObjIntSrtTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntPair.MutObjIntPair<T> |
LObjIntPair.MutObjIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntPair.MutCompObjIntPair<T> |
LObjIntPair.MutCompObjIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntObjTriple.MutObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutObjIntObjTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntObjTriple.MutCompObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutCompObjIntObjTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
LObjIntLongTriple.MutObjIntLongTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntLongTriple.MutCompObjIntLongTriple<T> |
LObjIntLongTriple.MutCompObjIntLongTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntFltTriple.MutObjIntFltTriple<T> |
LObjIntFltTriple.MutObjIntFltTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntFltTriple.MutCompObjIntFltTriple<T> |
LObjIntFltTriple.MutCompObjIntFltTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntDblTriple.MutObjIntDblTriple<T> |
LObjIntDblTriple.MutObjIntDblTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntDblTriple.MutCompObjIntDblTriple<T> |
LObjIntDblTriple.MutCompObjIntDblTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntCharTriple.MutObjIntCharTriple<T> |
LObjIntCharTriple.MutObjIntCharTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntCharTriple.MutCompObjIntCharTriple<T> |
LObjIntCharTriple.MutCompObjIntCharTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntByteTriple.MutObjIntByteTriple<T> |
LObjIntByteTriple.MutObjIntByteTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
LObjIntByteTriple.MutCompObjIntByteTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntBoolTriple.MutObjIntBoolTriple<T> |
LObjIntBoolTriple.MutObjIntBoolTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntBoolTriple.MutCompObjIntBoolTriple<T> |
LObjIntBoolTriple.MutCompObjIntBoolTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjBiIntTriple.MutObjBiIntTriple<T> |
LObjBiIntTriple.MutObjBiIntTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjBiIntTriple.MutCompObjBiIntTriple<T> |
LObjBiIntTriple.MutCompObjBiIntTriple.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LLongIntPair.MutLongIntPair |
LLongIntPair.MutLongIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LLongIntPair.MutCompLongIntPair |
LLongIntPair.MutCompLongIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LIntPair.MutIntPair |
LIntPair.MutIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LFltIntPair.MutFltIntPair |
LFltIntPair.MutFltIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LFltIntPair.MutCompFltIntPair |
LFltIntPair.MutCompFltIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LDblIntPair.MutDblIntPair |
LDblIntPair.MutDblIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LDblIntPair.MutCompDblIntPair |
LDblIntPair.MutCompDblIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LCharIntPair.MutCharIntPair |
LCharIntPair.MutCharIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LCharIntPair.MutCompCharIntPair |
LCharIntPair.MutCompCharIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LByteIntPair.MutByteIntPair |
LByteIntPair.MutByteIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LByteIntPair.MutCompByteIntPair |
LByteIntPair.MutCompByteIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LBoolIntPair.MutBoolIntPair |
LBoolIntPair.MutBoolIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LBoolIntPair.MutCompBoolIntPair |
LBoolIntPair.MutCompBoolIntPair.setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjBiIntTriple.MutObjBiIntTriple<T> |
LObjBiIntTriple.MutObjBiIntTriple.setThirdIf(LIntPredicate predicate,
int third)
Sets value if predicate(current) OR current::predicate is true
|
LObjBiIntTriple.MutCompObjBiIntTriple<T> |
LObjBiIntTriple.MutCompObjBiIntTriple.setThirdIf(LIntPredicate predicate,
int third)
Sets value if predicate(current) OR current::predicate is true
|
LBiObjIntTriple.MutBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutBiObjIntTriple.setThirdIf(LIntPredicate predicate,
int third)
Sets value if predicate(current) OR current::predicate is true
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setThirdIf(LIntPredicate predicate,
int third)
Sets value if predicate(current) OR current::predicate is true
|
LObjBiIntTriple.MutObjBiIntTriple<T> |
LObjBiIntTriple.MutObjBiIntTriple.setThirdIfArg(int third,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjBiIntTriple.MutCompObjBiIntTriple<T> |
LObjBiIntTriple.MutCompObjBiIntTriple.setThirdIfArg(int third,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LBiObjIntTriple.MutBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutBiObjIntTriple.setThirdIfArg(int third,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LBiObjIntTriple.MutCompBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutCompBiObjIntTriple.setThirdIfArg(int third,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.setValueIf(LIntPredicate predicate,
int value)
Sets value if predicate(current) OR current::predicate is true
|
LIntSingle.MutCompIntSingle |
LIntSingle.MutCompIntSingle.setValueIf(LIntPredicate predicate,
int value)
Sets value if predicate(current) OR current::predicate is true
|
LIntSingle.MutIntSingle |
LIntSingle.MutIntSingle.setValueIfArg(int value,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LIntSingle.MutCompIntSingle |
LIntSingle.MutCompIntSingle.setValueIfArg(int value,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
Copyright © 2019. All rights reserved.