| Package | Description |
|---|---|
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.function.to | |
| eu.lunisolar.magma.func.predicate |
| Modifier and Type | Method and Description |
|---|---|
default LObjIntCharPredicate<T> |
LObjIntCharFunction.thenToBool(LPredicate<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LObjIntCharPredicate<T> |
LTieCharFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjIntCharPredicate.LCharIntObjPred<T>
Permutation of LObjIntCharPredicate for method references.
|
static interface |
LObjIntCharPredicate.LCharObjIntPred<T>
Permutation of LObjIntCharPredicate for method references.
|
static interface |
LObjIntCharPredicate.LIntCharObjPred<T>
Permutation of LObjIntCharPredicate for method references.
|
static interface |
LObjIntCharPredicate.LIntObjCharPred<T>
Permutation of LObjIntCharPredicate for method references.
|
static interface |
LObjIntCharPredicate.LObjCharIntPred<T>
Permutation of LObjIntCharPredicate for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LObjIntCharPredicate.LObjIntCharPredicateSingle<T> |
| Modifier and Type | Method and Description |
|---|---|
default LObjIntCharPredicate<T> |
LObjIntCharPredicate.and(LObjIntCharPredicate<? super T> other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
default LObjIntCharPredicate<T> |
LObjIntCharPredicate.boolToObjIntCharPred(LLogicalOperator after)
Combines two functions together in a order.
|
default <V2> LObjIntCharPredicate<V2> |
LObjIntCharPredicate.cast()
Cast that replace generics.
|
static <V2,T> LObjIntCharPredicate<V2> |
LObjIntCharPredicate.cast(LObjIntCharPredicate<T> function)
Cast that replace generics.
|
default <V1> LObjIntCharPredicate<V1> |
LObjIntCharPredicate.compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LCharUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,T> LObjIntCharPredicate<V1> |
LObjIntCharPredicate.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LCharUnaryOperator before3,
LObjIntCharPredicate<T> after) |
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.constant(boolean r)
Creates function that always returns the same value.
|
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.failSafe(LObjIntCharPredicate<T> func,
LObjIntCharPredicate<T> failSafe) |
default LObjIntCharPredicate<T> |
LObjIntCharPredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.isEqual(T v1,
int v2,
char v3)
Creates predicate that evaluates if an object is equal with the argument one.
|
default LObjIntCharPredicate<T> |
LObjIntCharPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.objIntCharPred(LObjIntCharPredicate<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.objIntCharPredThrowing(ExF<Throwable> exF) |
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.objIntCharPredThrowing(String message,
ExMF<Throwable> exF) |
default LObjIntCharPredicate<T> |
LObjIntCharPredicate.or(LObjIntCharPredicate<? super T> other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.recursive(LFunction<LObjIntCharPredicate<T>,LObjIntCharPredicate<T>> selfLambda) |
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.safe()
Safe instance.
|
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.safe(LObjIntCharPredicate<T> other)
Safe wrapping.
|
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.test1st(LPredicate<T> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.test3rd(LCharPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LObjIntCharPredicate<T> |
LObjIntCharPredicate.trying(ExWF<RuntimeException> exF) |
default LObjIntCharPredicate<T> |
LObjIntCharPredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LObjIntCharPredicate<T> |
LObjIntCharPredicate.tryingThen(LPredicate<Throwable> handler) |
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.uncurry(LFunction<T,LIntFunction<LCharPredicate>> func) |
default LObjIntCharPredicate |
LObjIntCharPredicate.untyped()
Cast that removes generics.
|
LObjIntCharPredicate<T> |
LObjIntCharPredicate.LObjIntCharPredicateSingle.value() |
default LObjIntCharPredicate<T> |
LObjIntCharPredicate.xor(LObjIntCharPredicate<? super T> 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 <T> LSupplier<LObjIntCharPredicate<T>> |
LObjIntCharPredicate.safeSupplier()
Safe instance supplier.
|
static <T> LSupplier<LObjIntCharPredicate<T>> |
LObjIntCharPredicate.safeSupplier(LSupplier<LObjIntCharPredicate<T>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LObjIntCharPredicate<T> |
LObjIntCharPredicate.and(LObjIntCharPredicate<? super T> other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static <T> boolean |
LObjIntCharPredicate.call(T a1,
int a2,
char a3,
LObjIntCharPredicate<T> lambda) |
static <V2,T> LObjIntCharPredicate<V2> |
LObjIntCharPredicate.cast(LObjIntCharPredicate<T> function)
Cast that replace generics.
|
static <V1,T> LObjIntCharPredicate<V1> |
LObjIntCharPredicate.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LCharUnaryOperator before3,
LObjIntCharPredicate<T> after) |
static <V1,V2,V3,T> |
LObjIntCharPredicate.composed(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LToCharFunction<? super V3> before3,
LObjIntCharPredicate<T> after) |
static <T> boolean |
LObjIntCharPredicate.doIf(T a1,
int a2,
char a3,
LObjIntCharPredicate<T> predicate,
LAction action) |
static <T> boolean |
LObjIntCharPredicate.doIf(T a1,
int a2,
char a3,
LObjIntCharPredicate<T> predicate,
LTieCharConsumer<? super T> consumer) |
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.failSafe(LObjIntCharPredicate<T> func,
LObjIntCharPredicate<T> failSafe) |
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.failSafe(LObjIntCharPredicate<T> func,
LObjIntCharPredicate<T> failSafe) |
default boolean |
LObjIntCharPredicate.failSafeTest(T a1,
int a2,
char a3,
LObjIntCharPredicate<T> failSafe) |
static <T> boolean |
LObjIntCharPredicate.failSafeTest(T a1,
int a2,
char a3,
LObjIntCharPredicate<T> func,
LObjIntCharPredicate<T> failSafe) |
static <T> boolean |
LObjIntCharPredicate.failSafeTest(T a1,
int a2,
char a3,
LObjIntCharPredicate<T> func,
LObjIntCharPredicate<T> failSafe) |
static <T> void |
LObjIntCharPredicate.fromTill(int min_a2,
int max_a2,
T a1,
char a3,
LObjIntCharPredicate<T> func)
From-To.
|
static <T> void |
LObjIntCharPredicate.fromTo(int min_a2,
int max_a2,
T a1,
char a3,
LObjIntCharPredicate<T> func)
From-To.
|
static <T> boolean |
LObjIntCharPredicate.handlingTest(T a1,
int a2,
char a3,
LObjIntCharPredicate<T> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.objIntCharPred(LObjIntCharPredicate<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
default LObjIntCharPredicate<T> |
LObjIntCharPredicate.or(LObjIntCharPredicate<? super T> other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.safe(LObjIntCharPredicate<T> other)
Safe wrapping.
|
static <T> void |
LObjIntCharPredicate.throwIf(T a1,
int a2,
char a3,
LObjIntCharPredicate<T> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T> void |
LObjIntCharPredicate.throwIfNot(T a1,
int a2,
char a3,
LObjIntCharPredicate<T> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T> void |
LObjIntCharPredicate.times(int max_a2,
T a1,
char a3,
LObjIntCharPredicate<T> func)
From-To.
|
static <T> boolean |
LObjIntCharPredicate.tryTest(T a1,
int a2,
char a3,
LObjIntCharPredicate<T> func) |
static <T> boolean |
LObjIntCharPredicate.tryTest(T a1,
int a2,
char a3,
LObjIntCharPredicate<T> func,
ExWF<RuntimeException> exF) |
static <T> boolean |
LObjIntCharPredicate.tryTest(T a1,
int a2,
char a3,
LObjIntCharPredicate<T> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T> boolean |
LObjIntCharPredicate.tryTestThen(T a1,
int a2,
char a3,
LObjIntCharPredicate<T> func,
LPredicate<Throwable> handler) |
default LObjIntCharPredicate<T> |
LObjIntCharPredicate.xor(LObjIntCharPredicate<? super T> 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 <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.recursive(LFunction<LObjIntCharPredicate<T>,LObjIntCharPredicate<T>> selfLambda) |
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.recursive(LFunction<LObjIntCharPredicate<T>,LObjIntCharPredicate<T>> selfLambda) |
static <T> LSupplier<LObjIntCharPredicate<T>> |
LObjIntCharPredicate.safeSupplier(LSupplier<LObjIntCharPredicate<T>> supplier)
Safe supplier.
|
Copyright © 2019. All rights reserved.