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