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