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