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