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