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