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