| Modifier and Type | Method and Description |
|---|---|
default LFltPredicate |
LFltToByteFunction.thenToBool(LBytePredicate after)
Combines two functions together in a order.
|
default LFltPredicate |
LFltToCharFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
default LFltPredicate |
LFltToDblFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
default LFltPredicate |
LFltToIntFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LFltPredicate |
LFltToLongFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
default LFltPredicate |
LFltToSrtFunction.thenToBool(LSrtPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtPredicate |
LSrtToFltFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
default LLongPredicate |
LLongToFltFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
default LIntPredicate |
LIntToFltFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
default LDblPredicate |
LDblToFltFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
default LCharPredicate |
LCharToFltFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
default LBytePredicate |
LByteToFltFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
default LLogicalOperator |
LBoolToFltFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltPredicate |
LFltFunction.thenToBool(LPredicate<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LPredicate<T> |
LToFltFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
default LBiPredicate<T1,T2> |
LToFltBiFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
default LObjIntPredicate<T> |
LOiToFltFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiFltPredicate |
LFltBinaryOperator.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltPredicate |
LFltUnaryOperator.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltPredicate |
LFltUnaryOperator.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LFltPredicate.LFltPredicateSingle |
| Modifier and Type | Method and Description |
|---|---|
default LFltPredicate |
LFltPredicate.and(LFltPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
default LFltPredicate |
LFltPredicate.boolToFltPred(LLogicalOperator after)
Combines two functions together in a order.
|
default LFltPredicate |
LFltPredicate.compose(LFltUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LFltPredicate |
LFltPredicate.composed(LFltUnaryOperator before,
LFltPredicate after) |
static LFltPredicate |
LFltPredicate.constant(boolean r)
Creates function that always returns the same value.
|
static LFltPredicate |
LFltPredicate.failSafe(LFltPredicate func,
LFltPredicate failSafe) |
static LFltPredicate |
LFltPredicate.fltPred(LFltPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LFltPredicate |
LFltPredicate.fltPredThrowing(ExF<Throwable> exF) |
static LFltPredicate |
LFltPredicate.fltPredThrowing(String message,
ExMF<Throwable> exF) |
default LFltPredicate |
LFltPredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LFltPredicate |
LFltPredicate.isEqual(float target)
Creates predicate that evaluates if an object is equal with the argument one.
|
default LFltPredicate |
LObjFltPredicate.lShrink(LFltFunction<T> left) |
default LFltPredicate |
LBiFltPredicate.lShrink(LFltUnaryOperator left) |
default LFltPredicate |
LBiFltPredicate.lShrinkc(float a1) |
default LFltPredicate |
LObjFltPredicate.lShrinkc(T a1) |
static <T> LFltPredicate |
LObjFltPredicate.lShrinked(LFltFunction<T> left,
LObjFltPredicate<T> func) |
static LFltPredicate |
LBiFltPredicate.lShrinked(LFltUnaryOperator left,
LBiFltPredicate func) |
static LFltPredicate |
LBiFltPredicate.lShrinkedc(float a1,
LBiFltPredicate func) |
static <T> LFltPredicate |
LObjFltPredicate.lShrinkedc(T a1,
LObjFltPredicate<T> func) |
default LFltPredicate |
LFltPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default LFltPredicate |
LFltPredicate.or(LFltPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LFltPredicate |
LFltPredicate.recursive(LFunction<LFltPredicate,LFltPredicate> selfLambda) |
default LFltPredicate |
LFltIntPredicate.rShrink(LFltToIntFunction right) |
default LFltPredicate |
LBiFltPredicate.rShrink(LFltUnaryOperator right) |
default LFltPredicate |
LBiFltPredicate.rShrinkc(float a2) |
default LFltPredicate |
LFltIntPredicate.rShrinkc(int a2) |
static LFltPredicate |
LFltIntPredicate.rShrinked(LFltToIntFunction right,
LFltIntPredicate func) |
static LFltPredicate |
LBiFltPredicate.rShrinked(LFltUnaryOperator right,
LBiFltPredicate func) |
static LFltPredicate |
LBiFltPredicate.rShrinkedc(float a2,
LBiFltPredicate func) |
static LFltPredicate |
LFltIntPredicate.rShrinkedc(int a2,
LFltIntPredicate func) |
static LFltPredicate |
LFltPredicate.safe()
Safe instance.
|
static LFltPredicate |
LFltPredicate.safe(LFltPredicate other)
Safe wrapping.
|
default LFltPredicate |
LFltPredicate.trying(ExWF<RuntimeException> exF) |
default LFltPredicate |
LFltPredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LFltPredicate |
LFltPredicate.tryingThen(LPredicate<Throwable> handler) |
LFltPredicate |
LFltPredicate.LFltPredicateSingle.value() |
default LFltPredicate |
LFltPredicate.xor(LFltPredicate 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<LFltPredicate> |
LFltPredicate.safeSupplier()
Safe instance supplier.
|
static LSupplier<LFltPredicate> |
LFltPredicate.safeSupplier(LSupplier<LFltPredicate> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltPredicate |
LFltPredicate.and(LFltPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static boolean |
LFltPredicate.call(float a,
LFltPredicate lambda) |
static LFltPredicate |
LFltPredicate.composed(LFltUnaryOperator before,
LFltPredicate after) |
static <V> LPredicate<V> |
LFltPredicate.composed(LToFltFunction<? super V> before,
LFltPredicate after) |
static boolean |
LFltPredicate.doIf(float a,
LFltPredicate predicate,
LAction action) |
static boolean |
LFltPredicate.doIf(float a,
LFltPredicate predicate,
LFltConsumer consumer) |
static LFltPredicate |
LFltPredicate.failSafe(LFltPredicate func,
LFltPredicate failSafe) |
default boolean |
LFltPredicate.failSafeTest(float a,
LFltPredicate failSafe) |
static boolean |
LFltPredicate.failSafeTest(float a,
LFltPredicate func,
LFltPredicate failSafe) |
static LFltPredicate |
LFltPredicate.fltPred(LFltPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static void |
LFltPredicate.fromTill(int min_i,
int max_i,
float a,
LFltPredicate func)
From-To.
|
static void |
LFltPredicate.fromTo(int min_i,
int max_i,
float a,
LFltPredicate func)
From-To.
|
static boolean |
LFltPredicate.handlingTest(float a,
LFltPredicate func,
HandlingInstructions<Throwable,RuntimeException> handling) |
default LFltPredicate |
LFltPredicate.or(LFltPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LFltPredicate |
LFltPredicate.safe(LFltPredicate other)
Safe wrapping.
|
static LFltIntPredicate |
LFltIntPredicate.test1st(LFltPredicate func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static LBiFltPredicate |
LBiFltPredicate.test1st(LFltPredicate func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static LBiFltPredicate |
LBiFltPredicate.test2nd(LFltPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjFltPredicate<T> |
LObjFltPredicate.test2nd(LFltPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntFltPredicate<T> |
LObjIntFltPredicate.test3rd(LFltPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
static <T1,T2> LBiObjFltPredicate<T1,T2> |
LBiObjFltPredicate.test3rd(LFltPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
static void |
LFltPredicate.throwIf(float a,
LFltPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LFltPredicate.throwIfNot(float a,
LFltPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LFltPredicate.times(int max_i,
float a,
LFltPredicate func)
From-To.
|
static boolean |
LFltPredicate.tryTest(float a,
LFltPredicate func) |
static boolean |
LFltPredicate.tryTest(float a,
LFltPredicate func,
ExWF<RuntimeException> exF) |
static boolean |
LFltPredicate.tryTest(float a,
LFltPredicate func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static boolean |
LFltPredicate.tryTestThen(float a,
LFltPredicate func,
LPredicate<Throwable> handler) |
default LFltPredicate |
LFltPredicate.xor(LFltPredicate 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 LFltPredicate |
LFltPredicate.recursive(LFunction<LFltPredicate,LFltPredicate> selfLambda) |
static LFltPredicate |
LFltPredicate.recursive(LFunction<LFltPredicate,LFltPredicate> selfLambda) |
static LSupplier<LFltPredicate> |
LFltPredicate.safeSupplier(LSupplier<LFltPredicate> supplier)
Safe supplier.
|
static LBiFltPredicate |
LBiFltPredicate.uncurry(LFltFunction<LFltPredicate> func) |
static <T1,T2> LBiObjFltPredicate<T1,T2> |
LBiObjFltPredicate.uncurry(LFunction<T1,LFunction<T2,LFltPredicate>> func) |
static <T> LObjFltPredicate<T> |
LObjFltPredicate.uncurry(LFunction<T,LFltPredicate> func) |
static <T> LObjIntFltPredicate<T> |
LObjIntFltPredicate.uncurry(LFunction<T,LIntFunction<LFltPredicate>> func) |
| Modifier and Type | Method and Description |
|---|---|
default LBoolSupplier |
LFltSupplier.toBoolSup(LFltPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
LFltPair.MutFltPair |
LFltPair.MutFltPair.setFirstIf(LFltPredicate predicate,
float first)
Sets value if predicate(current) OR current::predicate is true
|
LFltPair.MutCompFltPair |
LFltPair.MutCompFltPair.setFirstIf(LFltPredicate predicate,
float first)
Sets value if predicate(current) OR current::predicate is true
|
LFltIntPair.MutFltIntPair |
LFltIntPair.MutFltIntPair.setFirstIf(LFltPredicate predicate,
float first)
Sets value if predicate(current) OR current::predicate is true
|
LFltIntPair.MutCompFltIntPair |
LFltIntPair.MutCompFltIntPair.setFirstIf(LFltPredicate predicate,
float first)
Sets value if predicate(current) OR current::predicate is true
|
LFltPair.MutFltPair |
LFltPair.MutFltPair.setFirstIfArg(float first,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LFltPair.MutCompFltPair |
LFltPair.MutCompFltPair.setFirstIfArg(float first,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LFltIntPair.MutFltIntPair |
LFltIntPair.MutFltIntPair.setFirstIfArg(float first,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LFltIntPair.MutCompFltIntPair |
LFltIntPair.MutCompFltIntPair.setFirstIfArg(float first,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjFltPair.MutObjFltPair<T> |
LObjFltPair.MutObjFltPair.setSecondIf(LFltPredicate predicate,
float second)
Sets value if predicate(current) OR current::predicate is true
|
LObjFltPair.MutCompObjFltPair<T> |
LObjFltPair.MutCompObjFltPair.setSecondIf(LFltPredicate predicate,
float second)
Sets value if predicate(current) OR current::predicate is true
|
LFltPair.MutFltPair |
LFltPair.MutFltPair.setSecondIf(LFltPredicate predicate,
float second)
Sets value if predicate(current) OR current::predicate is true
|
LFltPair.MutCompFltPair |
LFltPair.MutCompFltPair.setSecondIf(LFltPredicate predicate,
float second)
Sets value if predicate(current) OR current::predicate is true
|
LObjFltPair.MutObjFltPair<T> |
LObjFltPair.MutObjFltPair.setSecondIfArg(float second,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjFltPair.MutCompObjFltPair<T> |
LObjFltPair.MutCompObjFltPair.setSecondIfArg(float second,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LFltPair.MutFltPair |
LFltPair.MutFltPair.setSecondIfArg(float second,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LFltPair.MutCompFltPair |
LFltPair.MutCompFltPair.setSecondIfArg(float second,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntFltTriple.MutObjIntFltTriple<T> |
LObjIntFltTriple.MutObjIntFltTriple.setThirdIf(LFltPredicate predicate,
float third)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntFltTriple.MutCompObjIntFltTriple<T> |
LObjIntFltTriple.MutCompObjIntFltTriple.setThirdIf(LFltPredicate predicate,
float third)
Sets value if predicate(current) OR current::predicate is true
|
LBiObjFltTriple.MutBiObjFltTriple<T1,T2> |
LBiObjFltTriple.MutBiObjFltTriple.setThirdIf(LFltPredicate predicate,
float third)
Sets value if predicate(current) OR current::predicate is true
|
LBiObjFltTriple.MutCompBiObjFltTriple<T1,T2> |
LBiObjFltTriple.MutCompBiObjFltTriple.setThirdIf(LFltPredicate predicate,
float third)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntFltTriple.MutObjIntFltTriple<T> |
LObjIntFltTriple.MutObjIntFltTriple.setThirdIfArg(float third,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntFltTriple.MutCompObjIntFltTriple<T> |
LObjIntFltTriple.MutCompObjIntFltTriple.setThirdIfArg(float third,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LBiObjFltTriple.MutBiObjFltTriple<T1,T2> |
LBiObjFltTriple.MutBiObjFltTriple.setThirdIfArg(float third,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LBiObjFltTriple.MutCompBiObjFltTriple<T1,T2> |
LBiObjFltTriple.MutCompBiObjFltTriple.setThirdIfArg(float third,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LFltSingle.MutFltSingle |
LFltSingle.MutFltSingle.setValueIf(LFltPredicate predicate,
float value)
Sets value if predicate(current) OR current::predicate is true
|
LFltSingle.MutCompFltSingle |
LFltSingle.MutCompFltSingle.setValueIf(LFltPredicate predicate,
float value)
Sets value if predicate(current) OR current::predicate is true
|
LFltSingle.MutFltSingle |
LFltSingle.MutFltSingle.setValueIfArg(float value,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LFltSingle.MutCompFltSingle |
LFltSingle.MutCompFltSingle.setValueIfArg(float value,
LFltPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
Copyright © 2019. All rights reserved.