| Modifier and Type | Method and Description |
|---|---|
default LBiConsumer<T1,T2> |
LBiObjBoolConsumer.rShrink(LBiPredicate<T1,T2> right) |
static <T1,T2> LBiConsumer<T1,T2> |
LBiObjBoolConsumer.rShrinked(LBiPredicate<T1,T2> right,
LBiObjBoolConsumer<T1,T2> func) |
| Modifier and Type | Method and Description |
|---|---|
default LBiPredicate<T1,T2> |
LBiFunction.thenToBool(LPredicate<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiFunction<T1,T2,R> |
LBiObjBoolFunction.rShrink(LBiPredicate<T1,T2> right) |
static <T1,T2,R> LBiFunction<T1,T2,R> |
LBiObjBoolFunction.rShrinked(LBiPredicate<T1,T2> right,
LBiObjBoolFunction<T1,T2,R> func) |
| Modifier and Type | Method and Description |
|---|---|
default LBiPredicate<T1,T2> |
LToByteBiFunction.thenToBool(LBytePredicate after)
Combines two functions together in a order.
|
default LBiPredicate<T1,T2> |
LToCharBiFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
default LBiPredicate<T1,T2> |
LToDblBiFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
default LBiPredicate<T1,T2> |
LToFltBiFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
default LBiPredicate<T1,T2> |
LToIntBiFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LBiPredicate<T1,T2> |
LToLongBiFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
default LBiPredicate<T1,T2> |
LToSrtBiFunction.thenToBool(LSrtPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <V1,V2> LBiPredicate<V1,V2> |
LLogicalBinaryOperator.composed(LPredicate<? super V1> before1,
LPredicate<? super V2> before2,
LLogicalBinaryOperator after) |
default <V1,V2> LBiPredicate<V1,V2> |
LLogicalBinaryOperator.logicalBinaryOpCompose(LPredicate<? super V1> before1,
LPredicate<? super V2> before2)
Allows to manipulate the domain of the function.
|
default LBiPredicate<T,T> |
LBinaryOperator.thenToBool(LPredicate<? super T> after)
Combines two functions together in a order.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBiPredicate.LObj1Obj0Pred<T2,T1>
Permutation of LBiPredicate for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiPredicate.LBiPredicateSingle<T1,T2> |
| Modifier and Type | Method and Description |
|---|---|
default LBiPredicate<T1,T2> |
LBiPredicate.and(LBiPredicate<? super T1,? super T2> other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
default <V1,V2> LBiPredicate<V1,V2> |
LBiBytePredicate.biBytePredCompose(LToByteFunction<? super V1> before1,
LToByteFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LBiCharPredicate.biCharPredCompose(LToCharFunction<? super V1> before1,
LToCharFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LBiDblPredicate.biDblPredCompose(LToDblFunction<? super V1> before1,
LToDblFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LBiFltPredicate.biFltPredCompose(LToFltFunction<? super V1> before1,
LToFltFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LBiIntPredicate.biIntPredCompose(LToIntFunction<? super V1> before1,
LToIntFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LBiLongPredicate.biLongPredCompose(LToLongFunction<? super V1> before1,
LToLongFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.biPred(LBiPredicate<T1,T2> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.biPredThrowing(ExF<Throwable> exF) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.biPredThrowing(String message,
ExMF<Throwable> exF) |
default <V1,V2> LBiPredicate<V1,V2> |
LBiSrtPredicate.biSrtPredCompose(LToSrtFunction<? super V1> before1,
LToSrtFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LBoolIntPredicate.boolIntPredCompose(LPredicate<? super V1> before1,
LToIntFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default LBiPredicate<T1,T2> |
LBiPredicate.boolToBiPred(LLogicalOperator after)
Combines two functions together in a order.
|
default <V1,V2> LBiPredicate<V1,V2> |
LByteIntPredicate.byteIntPredCompose(LToByteFunction<? super V1> before1,
LToIntFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V2,V3> LBiPredicate<V2,V3> |
LBiPredicate.cast()
Cast that replace generics.
|
static <V2,V3,T1,T2> |
LBiPredicate.cast(LBiPredicate<T1,T2> function)
Cast that replace generics.
|
default <V1,V2> LBiPredicate<V1,V2> |
LCharIntPredicate.charIntPredCompose(LToCharFunction<? super V1> before1,
LToIntFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LBiPredicate.compose(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2)
Allows to manipulate the domain of the function.
|
static <V1,V2,T> LBiPredicate<V1,V2> |
LObjBoolPredicate.composed(LFunction<? super V1,? extends T> before1,
LPredicate<? super V2> before2,
LObjBoolPredicate<T> after) |
static <V1,V2,T> LBiPredicate<V1,V2> |
LObjBytePredicate.composed(LFunction<? super V1,? extends T> before1,
LToByteFunction<? super V2> before2,
LObjBytePredicate<T> after) |
static <V1,V2,T> LBiPredicate<V1,V2> |
LObjCharPredicate.composed(LFunction<? super V1,? extends T> before1,
LToCharFunction<? super V2> before2,
LObjCharPredicate<T> after) |
static <V1,V2,T> LBiPredicate<V1,V2> |
LObjDblPredicate.composed(LFunction<? super V1,? extends T> before1,
LToDblFunction<? super V2> before2,
LObjDblPredicate<T> after) |
static <V1,V2,T> LBiPredicate<V1,V2> |
LObjFltPredicate.composed(LFunction<? super V1,? extends T> before1,
LToFltFunction<? super V2> before2,
LObjFltPredicate<T> after) |
static <V1,V2,T> LBiPredicate<V1,V2> |
LObjIntPredicate.composed(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LObjIntPredicate<T> after) |
static <V1,V2,T> LBiPredicate<V1,V2> |
LObjLongPredicate.composed(LFunction<? super V1,? extends T> before1,
LToLongFunction<? super V2> before2,
LObjLongPredicate<T> after) |
static <V1,V2,T> LBiPredicate<V1,V2> |
LObjSrtPredicate.composed(LFunction<? super V1,? extends T> before1,
LToSrtFunction<? super V2> before2,
LObjSrtPredicate<T> after) |
static <V1,V2,T1,T2> |
LBiPredicate.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LBiPredicate<T1,T2> after) |
static <V1,V2> LBiPredicate<V1,V2> |
LBoolIntPredicate.composed(LPredicate<? super V1> before1,
LToIntFunction<? super V2> before2,
LBoolIntPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LBiBytePredicate.composed(LToByteFunction<? super V1> before1,
LToByteFunction<? super V2> before2,
LBiBytePredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LByteIntPredicate.composed(LToByteFunction<? super V1> before1,
LToIntFunction<? super V2> before2,
LByteIntPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LBiCharPredicate.composed(LToCharFunction<? super V1> before1,
LToCharFunction<? super V2> before2,
LBiCharPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LCharIntPredicate.composed(LToCharFunction<? super V1> before1,
LToIntFunction<? super V2> before2,
LCharIntPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LBiDblPredicate.composed(LToDblFunction<? super V1> before1,
LToDblFunction<? super V2> before2,
LBiDblPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LDblIntPredicate.composed(LToDblFunction<? super V1> before1,
LToIntFunction<? super V2> before2,
LDblIntPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LBiFltPredicate.composed(LToFltFunction<? super V1> before1,
LToFltFunction<? super V2> before2,
LBiFltPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LFltIntPredicate.composed(LToFltFunction<? super V1> before1,
LToIntFunction<? super V2> before2,
LFltIntPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LBiIntPredicate.composed(LToIntFunction<? super V1> before1,
LToIntFunction<? super V2> before2,
LBiIntPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LLongIntPredicate.composed(LToLongFunction<? super V1> before1,
LToIntFunction<? super V2> before2,
LLongIntPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LBiLongPredicate.composed(LToLongFunction<? super V1> before1,
LToLongFunction<? super V2> before2,
LBiLongPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LSrtIntPredicate.composed(LToSrtFunction<? super V1> before1,
LToIntFunction<? super V2> before2,
LSrtIntPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LBiSrtPredicate.composed(LToSrtFunction<? super V1> before1,
LToSrtFunction<? super V2> before2,
LBiSrtPredicate after) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.constant(boolean r)
Creates function that always returns the same value.
|
default <V1,V2> LBiPredicate<V1,V2> |
LDblIntPredicate.dblIntPredCompose(LToDblFunction<? super V1> before1,
LToIntFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.failSafe(LBiPredicate<T1,T2> func,
LBiPredicate<T1,T2> failSafe) |
default <V1,V2> LBiPredicate<V1,V2> |
LFltIntPredicate.fltIntPredCompose(LToFltFunction<? super V1> before1,
LToIntFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default LBiPredicate<T1,T2> |
LBiPredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.isEqual(T1 v1,
T2 v2)
Creates predicate that evaluates if an object is equal with the argument one.
|
default <V1,V2> LBiPredicate<V1,V2> |
LLongIntPredicate.longIntPredCompose(LToLongFunction<? super V1> before1,
LToIntFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default LBiPredicate<T2,T3> |
LTriPredicate.lShrink(LBiFunction<T2,T3,T1> left) |
default LBiPredicate<T2,T3> |
LTriPredicate.lShrinkc(T1 a1) |
static <T2,T3,T1> LBiPredicate<T2,T3> |
LTriPredicate.lShrinked(LBiFunction<T2,T3,T1> left,
LTriPredicate<T1,T2,T3> func) |
static <T2,T3,T1> LBiPredicate<T2,T3> |
LTriPredicate.lShrinkedc(T1 a1,
LTriPredicate<T1,T2,T3> func) |
default LBiPredicate<T1,T2> |
LBiPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default <V1,V2> LBiPredicate<V1,V2> |
LObjBoolPredicate.objBoolPredCompose(LFunction<? super V1,? extends T> before1,
LPredicate<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LObjBytePredicate.objBytePredCompose(LFunction<? super V1,? extends T> before1,
LToByteFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LObjCharPredicate.objCharPredCompose(LFunction<? super V1,? extends T> before1,
LToCharFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LObjDblPredicate.objDblPredCompose(LFunction<? super V1,? extends T> before1,
LToDblFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LObjFltPredicate.objFltPredCompose(LFunction<? super V1,? extends T> before1,
LToFltFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LObjIntPredicate.objIntPredCompose(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LObjLongPredicate.objLongPredCompose(LFunction<? super V1,? extends T> before1,
LToLongFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default <V1,V2> LBiPredicate<V1,V2> |
LObjSrtPredicate.objSrtPredCompose(LFunction<? super V1,? extends T> before1,
LToSrtFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
default LBiPredicate<T1,T2> |
LBiPredicate.or(LBiPredicate<? super T1,? super T2> other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.recursive(LFunction<LBiPredicate<T1,T2>,LBiPredicate<T1,T2>> selfLambda) |
default LBiPredicate<T1,T2> |
LTriPredicate.rShrink(LBiFunction<T1,T2,T3> right) |
default LBiPredicate<T1,T2> |
LBiObjBoolPredicate.rShrink(LBiPredicate<T1,T2> right) |
default LBiPredicate<T1,T2> |
LBiObjBytePredicate.rShrink(LToByteBiFunction<T1,T2> right) |
default LBiPredicate<T1,T2> |
LBiObjCharPredicate.rShrink(LToCharBiFunction<T1,T2> right) |
default LBiPredicate<T1,T2> |
LBiObjDblPredicate.rShrink(LToDblBiFunction<T1,T2> right) |
default LBiPredicate<T1,T2> |
LBiObjFltPredicate.rShrink(LToFltBiFunction<T1,T2> right) |
default LBiPredicate<T1,T2> |
LBiObjIntPredicate.rShrink(LToIntBiFunction<T1,T2> right) |
default LBiPredicate<T1,T2> |
LBiObjLongPredicate.rShrink(LToLongBiFunction<T1,T2> right) |
default LBiPredicate<T1,T2> |
LBiObjSrtPredicate.rShrink(LToSrtBiFunction<T1,T2> right) |
default LBiPredicate<T1,T2> |
LBiObjBoolPredicate.rShrinkc(boolean a3) |
default LBiPredicate<T1,T2> |
LBiObjBytePredicate.rShrinkc(byte a3) |
default LBiPredicate<T1,T2> |
LBiObjCharPredicate.rShrinkc(char a3) |
default LBiPredicate<T1,T2> |
LBiObjDblPredicate.rShrinkc(double a3) |
default LBiPredicate<T1,T2> |
LBiObjFltPredicate.rShrinkc(float a3) |
default LBiPredicate<T1,T2> |
LBiObjIntPredicate.rShrinkc(int a3) |
default LBiPredicate<T1,T2> |
LBiObjLongPredicate.rShrinkc(long a3) |
default LBiPredicate<T1,T2> |
LBiObjSrtPredicate.rShrinkc(short a3) |
default LBiPredicate<T1,T2> |
LTriPredicate.rShrinkc(T3 a3) |
static <T1,T2,T3> LBiPredicate<T1,T2> |
LTriPredicate.rShrinked(LBiFunction<T1,T2,T3> right,
LTriPredicate<T1,T2,T3> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjBoolPredicate.rShrinked(LBiPredicate<T1,T2> right,
LBiObjBoolPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjBytePredicate.rShrinked(LToByteBiFunction<T1,T2> right,
LBiObjBytePredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjCharPredicate.rShrinked(LToCharBiFunction<T1,T2> right,
LBiObjCharPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjDblPredicate.rShrinked(LToDblBiFunction<T1,T2> right,
LBiObjDblPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjFltPredicate.rShrinked(LToFltBiFunction<T1,T2> right,
LBiObjFltPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjIntPredicate.rShrinked(LToIntBiFunction<T1,T2> right,
LBiObjIntPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjLongPredicate.rShrinked(LToLongBiFunction<T1,T2> right,
LBiObjLongPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjSrtPredicate.rShrinked(LToSrtBiFunction<T1,T2> right,
LBiObjSrtPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjBoolPredicate.rShrinkedc(boolean a3,
LBiObjBoolPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjBytePredicate.rShrinkedc(byte a3,
LBiObjBytePredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjCharPredicate.rShrinkedc(char a3,
LBiObjCharPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjDblPredicate.rShrinkedc(double a3,
LBiObjDblPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjFltPredicate.rShrinkedc(float a3,
LBiObjFltPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjIntPredicate.rShrinkedc(int a3,
LBiObjIntPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjLongPredicate.rShrinkedc(long a3,
LBiObjLongPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjSrtPredicate.rShrinkedc(short a3,
LBiObjSrtPredicate<T1,T2> func) |
static <T1,T2,T3> LBiPredicate<T1,T2> |
LTriPredicate.rShrinkedc(T3 a3,
LTriPredicate<T1,T2,T3> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.safe()
Safe instance.
|
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.safe(LBiPredicate<T1,T2> other)
Safe wrapping.
|
default <V1,V2> LBiPredicate<V1,V2> |
LSrtIntPredicate.srtIntPredCompose(LToSrtFunction<? super V1> before1,
LToIntFunction<? super V2> before2)
Allows to manipulate the domain of the function.
|
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.test1st(LPredicate<T1> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.test2nd(LPredicate<T2> func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
default LBiPredicate<T1,T2> |
LBiPredicate.trying(ExWF<RuntimeException> exF) |
default LBiPredicate<T1,T2> |
LBiPredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBiPredicate<T1,T2> |
LBiPredicate.tryingThen(LPredicate<Throwable> handler) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.uncurry(LFunction<T1,LPredicate<T2>> func) |
default LBiPredicate |
LBiPredicate.untyped()
Cast that removes generics.
|
LBiPredicate<T1,T2> |
LBiPredicate.LBiPredicateSingle.value() |
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.wrap(java.util.function.BiPredicate<T1,T2> other)
Wraps JRE instance.
|
default LBiPredicate<T1,T2> |
LBiPredicate.xor(LBiPredicate<? super T1,? super T2> 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 <T1,T2> LSupplier<LBiPredicate<T1,T2>> |
LBiPredicate.safeSupplier()
Safe instance supplier.
|
static <T1,T2> LSupplier<LBiPredicate<T1,T2>> |
LBiPredicate.safeSupplier(LSupplier<LBiPredicate<T1,T2>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiPredicate<T1,T2> |
LBiPredicate.and(LBiPredicate<? super T1,? super T2> other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.biPred(LBiPredicate<T1,T2> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T1,T2> boolean |
LBiPredicate.call(T1 a1,
T2 a2,
LBiPredicate<T1,T2> lambda) |
static <V2,V3,T1,T2> |
LBiPredicate.cast(LBiPredicate<T1,T2> function)
Cast that replace generics.
|
static <V1,V2,T1,T2> |
LBiPredicate.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LBiPredicate<T1,T2> after) |
static <T1,T2> boolean |
LBiPredicate.doIf(T1 a1,
T2 a2,
LBiPredicate<T1,T2> predicate,
LAction action) |
static <T1,T2> boolean |
LBiPredicate.doIf(T1 a1,
T2 a2,
LBiPredicate<T1,T2> predicate,
LBiConsumer<? super T1,? super T2> consumer) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.failSafe(LBiPredicate<T1,T2> func,
LBiPredicate<T1,T2> failSafe) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.failSafe(LBiPredicate<T1,T2> func,
LBiPredicate<T1,T2> failSafe) |
default boolean |
LBiPredicate.failSafeTest(T1 a1,
T2 a2,
LBiPredicate<T1,T2> failSafe) |
static <T1,T2> boolean |
LBiPredicate.failSafeTest(T1 a1,
T2 a2,
LBiPredicate<T1,T2> func,
LBiPredicate<T1,T2> failSafe) |
static <T1,T2> boolean |
LBiPredicate.failSafeTest(T1 a1,
T2 a2,
LBiPredicate<T1,T2> func,
LBiPredicate<T1,T2> failSafe) |
static <T1,T2> void |
LBiPredicate.fromTill(int min_i,
int max_i,
T1 a1,
T2 a2,
LBiPredicate<T1,T2> func)
From-To.
|
static <T1,T2> void |
LBiPredicate.fromTo(int min_i,
int max_i,
T1 a1,
T2 a2,
LBiPredicate<T1,T2> func)
From-To.
|
static <T1,T2> boolean |
LBiPredicate.handlingTest(T1 a1,
T2 a2,
LBiPredicate<T1,T2> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T2,T1> LPredicate<T2> |
LBiPredicate.lShrinked(LFunction<T2,T1> left,
LBiPredicate<T1,T2> func) |
static <T2,T1> LPredicate<T2> |
LBiPredicate.lShrinkedc(T1 a1,
LBiPredicate<T1,T2> func) |
default LBiPredicate<T1,T2> |
LBiPredicate.or(LBiPredicate<? super T1,? super T2> other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
default LBiPredicate<T1,T2> |
LBiObjBoolPredicate.rShrink(LBiPredicate<T1,T2> right) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjBoolPredicate.rShrinked(LBiPredicate<T1,T2> right,
LBiObjBoolPredicate<T1,T2> func) |
static <T1,T2> LPredicate<T1> |
LBiPredicate.rShrinked(LFunction<T1,T2> right,
LBiPredicate<T1,T2> func) |
static <T1,T2> LPredicate<T1> |
LBiPredicate.rShrinkedc(T2 a2,
LBiPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.safe(LBiPredicate<T1,T2> other)
Safe wrapping.
|
static <T1,T2> void |
LBiPredicate.throwIf(T1 a1,
T2 a2,
LBiPredicate<T1,T2> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T1,T2> void |
LBiPredicate.throwIfNot(T1 a1,
T2 a2,
LBiPredicate<T1,T2> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T1,T2> void |
LBiPredicate.times(int max_i,
T1 a1,
T2 a2,
LBiPredicate<T1,T2> func)
From-To.
|
static <T1,T2> boolean |
LBiPredicate.tryTest(T1 a1,
T2 a2,
LBiPredicate<T1,T2> func) |
static <T1,T2> boolean |
LBiPredicate.tryTest(T1 a1,
T2 a2,
LBiPredicate<T1,T2> func,
ExWF<RuntimeException> exF) |
static <T1,T2> boolean |
LBiPredicate.tryTest(T1 a1,
T2 a2,
LBiPredicate<T1,T2> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T1,T2> boolean |
LBiPredicate.tryTestThen(T1 a1,
T2 a2,
LBiPredicate<T1,T2> func,
LPredicate<Throwable> handler) |
default LBiPredicate<T1,T2> |
LBiPredicate.xor(LBiPredicate<? super T1,? super T2> 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 <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.recursive(LFunction<LBiPredicate<T1,T2>,LBiPredicate<T1,T2>> selfLambda) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiPredicate.recursive(LFunction<LBiPredicate<T1,T2>,LBiPredicate<T1,T2>> selfLambda) |
static <T1,T2> LSupplier<LBiPredicate<T1,T2>> |
LBiPredicate.safeSupplier(LSupplier<LBiPredicate<T1,T2>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
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.MutCompTriple<T1,T2,T3> |
LTriple.MutCompTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LPair.MutPair<T1,T2> |
LPair.MutPair.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LPair.MutCompPair<T1,T2> |
LPair.MutCompPair.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntObjTriple.MutObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutObjIntObjTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntObjTriple.MutCompObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutCompObjIntObjTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjSrtTriple.MutBiObjSrtTriple<T1,T2> |
LBiObjSrtTriple.MutBiObjSrtTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjSrtTriple.MutCompBiObjSrtTriple<T1,T2> |
LBiObjSrtTriple.MutCompBiObjSrtTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjLongTriple.MutBiObjLongTriple<T1,T2> |
LBiObjLongTriple.MutBiObjLongTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjLongTriple.MutCompBiObjLongTriple<T1,T2> |
LBiObjLongTriple.MutCompBiObjLongTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjIntTriple.MutBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutBiObjIntTriple.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(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjFltTriple.MutBiObjFltTriple<T1,T2> |
LBiObjFltTriple.MutBiObjFltTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjFltTriple.MutCompBiObjFltTriple<T1,T2> |
LBiObjFltTriple.MutCompBiObjFltTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjDblTriple.MutBiObjDblTriple<T1,T2> |
LBiObjDblTriple.MutBiObjDblTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjDblTriple.MutCompBiObjDblTriple<T1,T2> |
LBiObjDblTriple.MutCompBiObjDblTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjCharTriple.MutBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutBiObjCharTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjCharTriple.MutCompBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutCompBiObjCharTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjByteTriple.MutBiObjByteTriple<T1,T2> |
LBiObjByteTriple.MutBiObjByteTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjByteTriple.MutCompBiObjByteTriple<T1,T2> |
LBiObjByteTriple.MutCompBiObjByteTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjBoolTriple.MutBiObjBoolTriple<T1,T2> |
LBiObjBoolTriple.MutBiObjBoolTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjBoolTriple.MutCompBiObjBoolTriple<T1,T2> |
LBiObjBoolTriple.MutCompBiObjBoolTriple.setFirstIf(LBiPredicate<T1,T1> predicate,
T1 first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjSrtPair.MutObjSrtPair<T> |
LObjSrtPair.MutObjSrtPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjSrtPair.MutCompObjSrtPair<T> |
LObjSrtPair.MutCompObjSrtPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjLongPair.MutObjLongPair<T> |
LObjLongPair.MutObjLongPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjLongPair.MutCompObjLongPair<T> |
LObjLongPair.MutCompObjLongPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntSrtTriple.MutObjIntSrtTriple<T> |
LObjIntSrtTriple.MutObjIntSrtTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntSrtTriple.MutCompObjIntSrtTriple<T> |
LObjIntSrtTriple.MutCompObjIntSrtTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntPair.MutObjIntPair<T> |
LObjIntPair.MutObjIntPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntPair.MutCompObjIntPair<T> |
LObjIntPair.MutCompObjIntPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
LObjIntLongTriple.MutObjIntLongTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntLongTriple.MutCompObjIntLongTriple<T> |
LObjIntLongTriple.MutCompObjIntLongTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntFltTriple.MutObjIntFltTriple<T> |
LObjIntFltTriple.MutObjIntFltTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntFltTriple.MutCompObjIntFltTriple<T> |
LObjIntFltTriple.MutCompObjIntFltTriple.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(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntDblTriple.MutCompObjIntDblTriple<T> |
LObjIntDblTriple.MutCompObjIntDblTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntCharTriple.MutObjIntCharTriple<T> |
LObjIntCharTriple.MutObjIntCharTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntCharTriple.MutCompObjIntCharTriple<T> |
LObjIntCharTriple.MutCompObjIntCharTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntByteTriple.MutObjIntByteTriple<T> |
LObjIntByteTriple.MutObjIntByteTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
LObjIntByteTriple.MutCompObjIntByteTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntBoolTriple.MutObjIntBoolTriple<T> |
LObjIntBoolTriple.MutObjIntBoolTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntBoolTriple.MutCompObjIntBoolTriple<T> |
LObjIntBoolTriple.MutCompObjIntBoolTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjFltPair.MutObjFltPair<T> |
LObjFltPair.MutObjFltPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjFltPair.MutCompObjFltPair<T> |
LObjFltPair.MutCompObjFltPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjDblPair.MutObjDblPair<T> |
LObjDblPair.MutObjDblPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjDblPair.MutCompObjDblPair<T> |
LObjDblPair.MutCompObjDblPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjCharPair.MutObjCharPair<T> |
LObjCharPair.MutObjCharPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjCharPair.MutCompObjCharPair<T> |
LObjCharPair.MutCompObjCharPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjBytePair.MutObjBytePair<T> |
LObjBytePair.MutObjBytePair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjBytePair.MutCompObjBytePair<T> |
LObjBytePair.MutCompObjBytePair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjBoolPair.MutObjBoolPair<T> |
LObjBoolPair.MutObjBoolPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjBoolPair.MutCompObjBoolPair<T> |
LObjBoolPair.MutCompObjBoolPair.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjBiIntTriple.MutObjBiIntTriple<T> |
LObjBiIntTriple.MutObjBiIntTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjBiIntTriple.MutCompObjBiIntTriple<T> |
LObjBiIntTriple.MutCompObjBiIntTriple.setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) 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.MutCompTriple<T1,T2,T3> |
LTriple.MutCompTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LPair.MutPair<T1,T2> |
LPair.MutPair.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LPair.MutCompPair<T1,T2> |
LPair.MutCompPair.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntObjTriple.MutObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutObjIntObjTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntObjTriple.MutCompObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutCompObjIntObjTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjSrtTriple.MutBiObjSrtTriple<T1,T2> |
LBiObjSrtTriple.MutBiObjSrtTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjSrtTriple.MutCompBiObjSrtTriple<T1,T2> |
LBiObjSrtTriple.MutCompBiObjSrtTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjLongTriple.MutBiObjLongTriple<T1,T2> |
LBiObjLongTriple.MutBiObjLongTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjLongTriple.MutCompBiObjLongTriple<T1,T2> |
LBiObjLongTriple.MutCompBiObjLongTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjIntTriple.MutBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutBiObjIntTriple.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.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjFltTriple.MutBiObjFltTriple<T1,T2> |
LBiObjFltTriple.MutBiObjFltTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjFltTriple.MutCompBiObjFltTriple<T1,T2> |
LBiObjFltTriple.MutCompBiObjFltTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjDblTriple.MutBiObjDblTriple<T1,T2> |
LBiObjDblTriple.MutBiObjDblTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjDblTriple.MutCompBiObjDblTriple<T1,T2> |
LBiObjDblTriple.MutCompBiObjDblTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjCharTriple.MutBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutBiObjCharTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjCharTriple.MutCompBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutCompBiObjCharTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjByteTriple.MutBiObjByteTriple<T1,T2> |
LBiObjByteTriple.MutBiObjByteTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjByteTriple.MutCompBiObjByteTriple<T1,T2> |
LBiObjByteTriple.MutCompBiObjByteTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjBoolTriple.MutBiObjBoolTriple<T1,T2> |
LBiObjBoolTriple.MutBiObjBoolTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjBoolTriple.MutCompBiObjBoolTriple<T1,T2> |
LBiObjBoolTriple.MutCompBiObjBoolTriple.setFirstIf(T1 first,
LBiPredicate<T1,T1> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjSrtPair.MutObjSrtPair<T> |
LObjSrtPair.MutObjSrtPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjSrtPair.MutCompObjSrtPair<T> |
LObjSrtPair.MutCompObjSrtPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjLongPair.MutObjLongPair<T> |
LObjLongPair.MutObjLongPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjLongPair.MutCompObjLongPair<T> |
LObjLongPair.MutCompObjLongPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntSrtTriple.MutObjIntSrtTriple<T> |
LObjIntSrtTriple.MutObjIntSrtTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntSrtTriple.MutCompObjIntSrtTriple<T> |
LObjIntSrtTriple.MutCompObjIntSrtTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntPair.MutObjIntPair<T> |
LObjIntPair.MutObjIntPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntPair.MutCompObjIntPair<T> |
LObjIntPair.MutCompObjIntPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
LObjIntLongTriple.MutObjIntLongTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntLongTriple.MutCompObjIntLongTriple<T> |
LObjIntLongTriple.MutCompObjIntLongTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntFltTriple.MutObjIntFltTriple<T> |
LObjIntFltTriple.MutObjIntFltTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntFltTriple.MutCompObjIntFltTriple<T> |
LObjIntFltTriple.MutCompObjIntFltTriple.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.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntDblTriple.MutCompObjIntDblTriple<T> |
LObjIntDblTriple.MutCompObjIntDblTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntCharTriple.MutObjIntCharTriple<T> |
LObjIntCharTriple.MutObjIntCharTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntCharTriple.MutCompObjIntCharTriple<T> |
LObjIntCharTriple.MutCompObjIntCharTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntByteTriple.MutObjIntByteTriple<T> |
LObjIntByteTriple.MutObjIntByteTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
LObjIntByteTriple.MutCompObjIntByteTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntBoolTriple.MutObjIntBoolTriple<T> |
LObjIntBoolTriple.MutObjIntBoolTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntBoolTriple.MutCompObjIntBoolTriple<T> |
LObjIntBoolTriple.MutCompObjIntBoolTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjFltPair.MutObjFltPair<T> |
LObjFltPair.MutObjFltPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjFltPair.MutCompObjFltPair<T> |
LObjFltPair.MutCompObjFltPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjDblPair.MutObjDblPair<T> |
LObjDblPair.MutObjDblPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjDblPair.MutCompObjDblPair<T> |
LObjDblPair.MutCompObjDblPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjCharPair.MutObjCharPair<T> |
LObjCharPair.MutObjCharPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjCharPair.MutCompObjCharPair<T> |
LObjCharPair.MutCompObjCharPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjBytePair.MutObjBytePair<T> |
LObjBytePair.MutObjBytePair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjBytePair.MutCompObjBytePair<T> |
LObjBytePair.MutCompObjBytePair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjBoolPair.MutObjBoolPair<T> |
LObjBoolPair.MutObjBoolPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjBoolPair.MutCompObjBoolPair<T> |
LObjBoolPair.MutCompObjBoolPair.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjBiIntTriple.MutObjBiIntTriple<T> |
LObjBiIntTriple.MutObjBiIntTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjBiIntTriple.MutCompObjBiIntTriple<T> |
LObjBiIntTriple.MutCompObjBiIntTriple.setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
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.MutCompTriple<T1,T2,T3> |
LTriple.MutCompTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LPair.MutPair<T1,T2> |
LPair.MutPair.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LPair.MutCompPair<T1,T2> |
LPair.MutCompPair.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjSrtTriple.MutBiObjSrtTriple<T1,T2> |
LBiObjSrtTriple.MutBiObjSrtTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjSrtTriple.MutCompBiObjSrtTriple<T1,T2> |
LBiObjSrtTriple.MutCompBiObjSrtTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjLongTriple.MutBiObjLongTriple<T1,T2> |
LBiObjLongTriple.MutBiObjLongTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjLongTriple.MutCompBiObjLongTriple<T1,T2> |
LBiObjLongTriple.MutCompBiObjLongTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjIntTriple.MutBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutBiObjIntTriple.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(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjFltTriple.MutBiObjFltTriple<T1,T2> |
LBiObjFltTriple.MutBiObjFltTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjFltTriple.MutCompBiObjFltTriple<T1,T2> |
LBiObjFltTriple.MutCompBiObjFltTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjDblTriple.MutBiObjDblTriple<T1,T2> |
LBiObjDblTriple.MutBiObjDblTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjDblTriple.MutCompBiObjDblTriple<T1,T2> |
LBiObjDblTriple.MutCompBiObjDblTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjCharTriple.MutBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutBiObjCharTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjCharTriple.MutCompBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutCompBiObjCharTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjByteTriple.MutBiObjByteTriple<T1,T2> |
LBiObjByteTriple.MutBiObjByteTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjByteTriple.MutCompBiObjByteTriple<T1,T2> |
LBiObjByteTriple.MutCompBiObjByteTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjBoolTriple.MutBiObjBoolTriple<T1,T2> |
LBiObjBoolTriple.MutBiObjBoolTriple.setSecondIf(LBiPredicate<T2,T2> predicate,
T2 second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjBoolTriple.MutCompBiObjBoolTriple<T1,T2> |
LBiObjBoolTriple.MutCompBiObjBoolTriple.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(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LTriple.MutCompTriple<T1,T2,T3> |
LTriple.MutCompTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LPair.MutPair<T1,T2> |
LPair.MutPair.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LPair.MutCompPair<T1,T2> |
LPair.MutCompPair.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjSrtTriple.MutBiObjSrtTriple<T1,T2> |
LBiObjSrtTriple.MutBiObjSrtTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjSrtTriple.MutCompBiObjSrtTriple<T1,T2> |
LBiObjSrtTriple.MutCompBiObjSrtTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjLongTriple.MutBiObjLongTriple<T1,T2> |
LBiObjLongTriple.MutBiObjLongTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjLongTriple.MutCompBiObjLongTriple<T1,T2> |
LBiObjLongTriple.MutCompBiObjLongTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjIntTriple.MutBiObjIntTriple<T1,T2> |
LBiObjIntTriple.MutBiObjIntTriple.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.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjFltTriple.MutBiObjFltTriple<T1,T2> |
LBiObjFltTriple.MutBiObjFltTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjFltTriple.MutCompBiObjFltTriple<T1,T2> |
LBiObjFltTriple.MutCompBiObjFltTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjDblTriple.MutBiObjDblTriple<T1,T2> |
LBiObjDblTriple.MutBiObjDblTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjDblTriple.MutCompBiObjDblTriple<T1,T2> |
LBiObjDblTriple.MutCompBiObjDblTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjCharTriple.MutBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutBiObjCharTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjCharTriple.MutCompBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutCompBiObjCharTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjByteTriple.MutBiObjByteTriple<T1,T2> |
LBiObjByteTriple.MutBiObjByteTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjByteTriple.MutCompBiObjByteTriple<T1,T2> |
LBiObjByteTriple.MutCompBiObjByteTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjBoolTriple.MutBiObjBoolTriple<T1,T2> |
LBiObjBoolTriple.MutBiObjBoolTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjBoolTriple.MutCompBiObjBoolTriple<T1,T2> |
LBiObjBoolTriple.MutCompBiObjBoolTriple.setSecondIf(T2 second,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntObjTriple.MutObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutObjIntObjTriple.setThirdIf(LBiPredicate<T2,T2> predicate,
T2 third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntObjTriple.MutCompObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutCompObjIntObjTriple.setThirdIf(LBiPredicate<T2,T2> predicate,
T2 third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
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.MutCompTriple<T1,T2,T3> |
LTriple.MutCompTriple.setThirdIf(LBiPredicate<T3,T3> predicate,
T3 third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntObjTriple.MutObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutObjIntObjTriple.setThirdIf(T2 third,
LBiPredicate<T2,T2> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntObjTriple.MutCompObjIntObjTriple<T1,T2> |
LObjIntObjTriple.MutCompObjIntObjTriple.setThirdIf(T2 third,
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.setThirdIf(T3 third,
LBiPredicate<T3,T3> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LTriple.MutCompTriple<T1,T2,T3> |
LTriple.MutCompTriple.setThirdIf(T3 third,
LBiPredicate<T3,T3> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LSingle.MutSingle<T> |
LSingle.MutSingle.setValueIf(LBiPredicate<T,T> predicate,
T value)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LSingle.MutCompSingle<T> |
LSingle.MutCompSingle.setValueIf(LBiPredicate<T,T> predicate,
T value)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LSingle.MutSingle<T> |
LSingle.MutSingle.setValueIf(T value,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LSingle.MutCompSingle<T> |
LSingle.MutCompSingle.setValueIf(T value,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
Copyright © 2019. All rights reserved.