| Package | Description |
|---|---|
| eu.lunisolar.magma.func.predicate |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LLongIntPredicate.LIntLongPred
Permutation of LLongIntPredicate for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LLongIntPredicate.LLongIntPredicateSingle |
| Modifier and Type | Method and Description |
|---|---|
default LLongIntPredicate |
LLongIntPredicate.and(LLongIntPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
default LLongIntPredicate |
LLongIntPredicate.boolToLongIntPred(LLogicalOperator after)
Combines two functions together in a order.
|
default LLongIntPredicate |
LLongIntPredicate.compose(LLongUnaryOperator before1,
LIntUnaryOperator before2)
Allows to manipulate the domain of the function.
|
static LLongIntPredicate |
LLongIntPredicate.composed(LLongUnaryOperator before1,
LIntUnaryOperator before2,
LLongIntPredicate after) |
static LLongIntPredicate |
LLongIntPredicate.constant(boolean r)
Creates function that always returns the same value.
|
static LLongIntPredicate |
LLongIntPredicate.failSafe(LLongIntPredicate func,
LLongIntPredicate failSafe) |
default LLongIntPredicate |
LLongIntPredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongIntPredicate |
LLongIntPredicate.isEqual(long v1,
int v2)
Creates predicate that evaluates if an object is equal with the argument one.
|
static LLongIntPredicate |
LLongIntPredicate.longIntPred(LLongIntPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongIntPredicate |
LLongIntPredicate.longIntPredThrowing(ExF<Throwable> exF) |
static LLongIntPredicate |
LLongIntPredicate.longIntPredThrowing(String message,
ExMF<Throwable> exF) |
default LLongIntPredicate |
LLongIntPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default LLongIntPredicate |
LLongIntPredicate.or(LLongIntPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LLongIntPredicate |
LLongIntPredicate.recursive(LFunction<LLongIntPredicate,LLongIntPredicate> selfLambda) |
static LLongIntPredicate |
LLongIntPredicate.safe()
Safe instance.
|
static LLongIntPredicate |
LLongIntPredicate.safe(LLongIntPredicate other)
Safe wrapping.
|
static LLongIntPredicate |
LLongIntPredicate.test1st(LLongPredicate func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static LLongIntPredicate |
LLongIntPredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
default LLongIntPredicate |
LLongIntPredicate.trying(ExWF<RuntimeException> exF) |
default LLongIntPredicate |
LLongIntPredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LLongIntPredicate |
LLongIntPredicate.tryingThen(LPredicate<Throwable> handler) |
static LLongIntPredicate |
LLongIntPredicate.uncurry(LLongFunction<LIntPredicate> func) |
LLongIntPredicate |
LLongIntPredicate.LLongIntPredicateSingle.value() |
default LLongIntPredicate |
LLongIntPredicate.xor(LLongIntPredicate 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 LSupplier<LLongIntPredicate> |
LLongIntPredicate.safeSupplier()
Safe instance supplier.
|
static LSupplier<LLongIntPredicate> |
LLongIntPredicate.safeSupplier(LSupplier<LLongIntPredicate> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongIntPredicate |
LLongIntPredicate.and(LLongIntPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static boolean |
LLongIntPredicate.call(long a1,
int a2,
LLongIntPredicate lambda) |
static LLongIntPredicate |
LLongIntPredicate.composed(LLongUnaryOperator before1,
LIntUnaryOperator before2,
LLongIntPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LLongIntPredicate.composed(LToLongFunction<? super V1> before1,
LToIntFunction<? super V2> before2,
LLongIntPredicate after) |
static boolean |
LLongIntPredicate.doIf(long a1,
int a2,
LLongIntPredicate predicate,
LAction action) |
static boolean |
LLongIntPredicate.doIf(long a1,
int a2,
LLongIntPredicate predicate,
LLongIntConsumer consumer) |
static LLongIntPredicate |
LLongIntPredicate.failSafe(LLongIntPredicate func,
LLongIntPredicate failSafe) |
default boolean |
LLongIntPredicate.failSafeTest(long a1,
int a2,
LLongIntPredicate failSafe) |
static boolean |
LLongIntPredicate.failSafeTest(long a1,
int a2,
LLongIntPredicate func,
LLongIntPredicate failSafe) |
static void |
LLongIntPredicate.fromTill(int min_i,
int max_i,
long a1,
int a2,
LLongIntPredicate func)
From-To.
|
static void |
LLongIntPredicate.fromTo(int min_i,
int max_i,
long a1,
int a2,
LLongIntPredicate func)
From-To.
|
static boolean |
LLongIntPredicate.handlingTest(long a1,
int a2,
LLongIntPredicate func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongIntPredicate |
LLongIntPredicate.longIntPred(LLongIntPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LIntPredicate |
LLongIntPredicate.lShrinked(LIntToLongFunction left,
LLongIntPredicate func) |
static LIntPredicate |
LLongIntPredicate.lShrinkedc(long a1,
LLongIntPredicate func) |
default LLongIntPredicate |
LLongIntPredicate.or(LLongIntPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LLongPredicate |
LLongIntPredicate.rShrinked(LLongToIntFunction right,
LLongIntPredicate func) |
static LLongPredicate |
LLongIntPredicate.rShrinkedc(int a2,
LLongIntPredicate func) |
static LLongIntPredicate |
LLongIntPredicate.safe(LLongIntPredicate other)
Safe wrapping.
|
static void |
LLongIntPredicate.throwIf(long a1,
int a2,
LLongIntPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LLongIntPredicate.throwIfNot(long a1,
int a2,
LLongIntPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LLongIntPredicate.times(int max_i,
long a1,
int a2,
LLongIntPredicate func)
From-To.
|
static boolean |
LLongIntPredicate.tryTest(long a1,
int a2,
LLongIntPredicate func) |
static boolean |
LLongIntPredicate.tryTest(long a1,
int a2,
LLongIntPredicate func,
ExWF<RuntimeException> exF) |
static boolean |
LLongIntPredicate.tryTest(long a1,
int a2,
LLongIntPredicate func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static boolean |
LLongIntPredicate.tryTestThen(long a1,
int a2,
LLongIntPredicate func,
LPredicate<Throwable> handler) |
default LLongIntPredicate |
LLongIntPredicate.xor(LLongIntPredicate 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 LLongIntPredicate |
LLongIntPredicate.recursive(LFunction<LLongIntPredicate,LLongIntPredicate> selfLambda) |
static LLongIntPredicate |
LLongIntPredicate.recursive(LFunction<LLongIntPredicate,LLongIntPredicate> selfLambda) |
static LSupplier<LLongIntPredicate> |
LLongIntPredicate.safeSupplier(LSupplier<LLongIntPredicate> supplier)
Safe supplier.
|
Copyright © 2019. All rights reserved.