| Package | Description |
|---|---|
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.predicate |
| Modifier and Type | Method and Description |
|---|---|
default LBiObjIntPredicate<T1,T2> |
LBiObjIntFunction.thenToBool(LPredicate<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBiObjIntPredicate.LInt2Obj0Obj1Pred<T1,T2>
Permutation of LBiObjIntPredicate for method references.
|
static interface |
LBiObjIntPredicate.LInt2Obj1Obj0Pred<T2,T1>
Permutation of LBiObjIntPredicate for method references.
|
static interface |
LBiObjIntPredicate.LObj0Int2Obj1Pred<T1,T2>
Permutation of LBiObjIntPredicate for method references.
|
static interface |
LBiObjIntPredicate.LObj1Int2Obj0Pred<T2,T1>
Permutation of LBiObjIntPredicate for method references.
|
static interface |
LBiObjIntPredicate.LObj1Obj0Int2Pred<T2,T1>
Permutation of LBiObjIntPredicate for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiObjIntPredicate.LBiObjIntPredicateSingle<T1,T2> |
| Modifier and Type | Method and Description |
|---|---|
default LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.and(LBiObjIntPredicate<? 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> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.biObjIntPred(LBiObjIntPredicate<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> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.biObjIntPredThrowing(ExF<Throwable> exF) |
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.biObjIntPredThrowing(String message,
ExMF<Throwable> exF) |
default LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.boolToBiObjIntPred(LLogicalOperator after)
Combines two functions together in a order.
|
default <V2,V3> LBiObjIntPredicate<V2,V3> |
LBiObjIntPredicate.cast()
Cast that replace generics.
|
static <V2,V3,T1,T2> |
LBiObjIntPredicate.cast(LBiObjIntPredicate<T1,T2> function)
Cast that replace generics.
|
default <V1,V2> LBiObjIntPredicate<V1,V2> |
LBiObjIntPredicate.compose(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LIntUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,V2,T1,T2> |
LBiObjIntPredicate.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LIntUnaryOperator before3,
LBiObjIntPredicate<T1,T2> after) |
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.constant(boolean r)
Creates function that always returns the same value.
|
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.failSafe(LBiObjIntPredicate<T1,T2> func,
LBiObjIntPredicate<T1,T2> failSafe) |
default LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.isEqual(T1 v1,
T2 v2,
int v3)
Creates predicate that evaluates if an object is equal with the argument one.
|
default LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.or(LBiObjIntPredicate<? 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> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.recursive(LFunction<LBiObjIntPredicate<T1,T2>,LBiObjIntPredicate<T1,T2>> selfLambda) |
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.safe()
Safe instance.
|
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.safe(LBiObjIntPredicate<T1,T2> other)
Safe wrapping.
|
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.test1st(LPredicate<T1> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.test2nd(LPredicate<T2> func)
Captures single parameter function into this interface where only 2nd 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.
|
default LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.trying(ExWF<RuntimeException> exF) |
default LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.tryingThen(LPredicate<Throwable> handler) |
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.uncurry(LFunction<T1,LFunction<T2,LIntPredicate>> func) |
default LBiObjIntPredicate |
LBiObjIntPredicate.untyped()
Cast that removes generics.
|
LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.LBiObjIntPredicateSingle.value() |
default LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.xor(LBiObjIntPredicate<? 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<LBiObjIntPredicate<T1,T2>> |
LBiObjIntPredicate.safeSupplier()
Safe instance supplier.
|
static <T1,T2> LSupplier<LBiObjIntPredicate<T1,T2>> |
LBiObjIntPredicate.safeSupplier(LSupplier<LBiObjIntPredicate<T1,T2>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.and(LBiObjIntPredicate<? 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> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.biObjIntPred(LBiObjIntPredicate<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 |
LBiObjIntPredicate.call(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> lambda) |
static <V2,V3,T1,T2> |
LBiObjIntPredicate.cast(LBiObjIntPredicate<T1,T2> function)
Cast that replace generics.
|
static <V1,V2,T1,T2> |
LBiObjIntPredicate.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LIntUnaryOperator before3,
LBiObjIntPredicate<T1,T2> after) |
static <V1,V2,V3,T1,T2> |
LBiObjIntPredicate.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LToIntFunction<? super V3> before3,
LBiObjIntPredicate<T1,T2> after) |
static <T1,T2> boolean |
LBiObjIntPredicate.doIf(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> predicate,
LAction action) |
static <T1,T2> boolean |
LBiObjIntPredicate.doIf(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> predicate,
LBiObjIntConsumer<? super T1,? super T2> consumer) |
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.failSafe(LBiObjIntPredicate<T1,T2> func,
LBiObjIntPredicate<T1,T2> failSafe) |
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.failSafe(LBiObjIntPredicate<T1,T2> func,
LBiObjIntPredicate<T1,T2> failSafe) |
default boolean |
LBiObjIntPredicate.failSafeTest(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> failSafe) |
static <T1,T2> boolean |
LBiObjIntPredicate.failSafeTest(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> func,
LBiObjIntPredicate<T1,T2> failSafe) |
static <T1,T2> boolean |
LBiObjIntPredicate.failSafeTest(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> func,
LBiObjIntPredicate<T1,T2> failSafe) |
static <T1,T2> void |
LBiObjIntPredicate.fromTill(int min_a3,
int max_a3,
T1 a1,
T2 a2,
LBiObjIntPredicate<T1,T2> func)
From-To.
|
static <T1,T2> void |
LBiObjIntPredicate.fromTo(int min_a3,
int max_a3,
T1 a1,
T2 a2,
LBiObjIntPredicate<T1,T2> func)
From-To.
|
static <T1,T2> boolean |
LBiObjIntPredicate.handlingTest(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T2,T1> LObjIntPredicate<T2> |
LBiObjIntPredicate.lShrinked(LOiFunction<T2,T1> left,
LBiObjIntPredicate<T1,T2> func) |
static <T2,T1> LObjIntPredicate<T2> |
LBiObjIntPredicate.lShrinkedc(T1 a1,
LBiObjIntPredicate<T1,T2> func) |
default LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.or(LBiObjIntPredicate<? 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> |
LBiObjIntPredicate.rShrinked(LToIntBiFunction<T1,T2> right,
LBiObjIntPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjIntPredicate.rShrinkedc(int a3,
LBiObjIntPredicate<T1,T2> func) |
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.safe(LBiObjIntPredicate<T1,T2> other)
Safe wrapping.
|
static <T1,T2> void |
LBiObjIntPredicate.throwIf(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T1,T2> void |
LBiObjIntPredicate.throwIfNot(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T1,T2> void |
LBiObjIntPredicate.times(int max_a3,
T1 a1,
T2 a2,
LBiObjIntPredicate<T1,T2> func)
From-To.
|
static <T1,T2> boolean |
LBiObjIntPredicate.tryTest(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> func) |
static <T1,T2> boolean |
LBiObjIntPredicate.tryTest(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> func,
ExWF<RuntimeException> exF) |
static <T1,T2> boolean |
LBiObjIntPredicate.tryTest(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T1,T2> boolean |
LBiObjIntPredicate.tryTestThen(T1 a1,
T2 a2,
int a3,
LBiObjIntPredicate<T1,T2> func,
LPredicate<Throwable> handler) |
default LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.xor(LBiObjIntPredicate<? 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> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.recursive(LFunction<LBiObjIntPredicate<T1,T2>,LBiObjIntPredicate<T1,T2>> selfLambda) |
static <T1,T2> LBiObjIntPredicate<T1,T2> |
LBiObjIntPredicate.recursive(LFunction<LBiObjIntPredicate<T1,T2>,LBiObjIntPredicate<T1,T2>> selfLambda) |
static <T1,T2> LSupplier<LBiObjIntPredicate<T1,T2>> |
LBiObjIntPredicate.safeSupplier(LSupplier<LBiObjIntPredicate<T1,T2>> supplier)
Safe supplier.
|
Copyright © 2019. All rights reserved.