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