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