| Modifier and Type | Method and Description |
|---|---|
default LDblPredicate |
LDblToByteFunction.thenToBool(LBytePredicate after)
Combines two functions together in a order.
|
default LDblPredicate |
LDblToCharFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
default LDblPredicate |
LDblToFltFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
default LDblPredicate |
LDblToIntFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LDblPredicate |
LDblToLongFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
default LDblPredicate |
LDblToSrtFunction.thenToBool(LSrtPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtPredicate |
LSrtToDblFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
default LLongPredicate |
LLongToDblFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
default LIntPredicate |
LIntToDblFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
default LFltPredicate |
LFltToDblFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
default LCharPredicate |
LCharToDblFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
default LBytePredicate |
LByteToDblFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
default LLogicalOperator |
LBoolToDblFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblPredicate |
LDblFunction.thenToBool(LPredicate<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LPredicate<T> |
LToDblFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
default LBiPredicate<T1,T2> |
LToDblBiFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
default LObjIntPredicate<T> |
LOiToDblFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiDblPredicate |
LDblBinaryOperator.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblPredicate |
LDblUnaryOperator.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblPredicate |
LDblUnaryOperator.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LDblPredicate.LDblPredicateSingle |
| Modifier and Type | Method and Description |
|---|---|
default LDblPredicate |
LDblPredicate.and(LDblPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
default LDblPredicate |
LDblPredicate.boolToDblPred(LLogicalOperator after)
Combines two functions together in a order.
|
default LDblPredicate |
LDblPredicate.compose(LDblUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LDblPredicate |
LDblPredicate.composed(LDblUnaryOperator before,
LDblPredicate after) |
static LDblPredicate |
LDblPredicate.constant(boolean r)
Creates function that always returns the same value.
|
static LDblPredicate |
LDblPredicate.dblPred(LDblPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LDblPredicate |
LDblPredicate.dblPredThrowing(ExF<Throwable> exF) |
static LDblPredicate |
LDblPredicate.dblPredThrowing(String message,
ExMF<Throwable> exF) |
static LDblPredicate |
LDblPredicate.failSafe(LDblPredicate func,
LDblPredicate failSafe) |
default LDblPredicate |
LDblPredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LDblPredicate |
LDblPredicate.isEqual(double target)
Creates predicate that evaluates if an object is equal with the argument one.
|
default LDblPredicate |
LObjDblPredicate.lShrink(LDblFunction<T> left) |
default LDblPredicate |
LBiDblPredicate.lShrink(LDblUnaryOperator left) |
default LDblPredicate |
LBiDblPredicate.lShrinkc(double a1) |
default LDblPredicate |
LObjDblPredicate.lShrinkc(T a1) |
static <T> LDblPredicate |
LObjDblPredicate.lShrinked(LDblFunction<T> left,
LObjDblPredicate<T> func) |
static LDblPredicate |
LBiDblPredicate.lShrinked(LDblUnaryOperator left,
LBiDblPredicate func) |
static LDblPredicate |
LBiDblPredicate.lShrinkedc(double a1,
LBiDblPredicate func) |
static <T> LDblPredicate |
LObjDblPredicate.lShrinkedc(T a1,
LObjDblPredicate<T> func) |
default LDblPredicate |
LDblPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default LDblPredicate |
LDblPredicate.or(LDblPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LDblPredicate |
LDblPredicate.recursive(LFunction<LDblPredicate,LDblPredicate> selfLambda) |
default LDblPredicate |
LDblIntPredicate.rShrink(LDblToIntFunction right) |
default LDblPredicate |
LBiDblPredicate.rShrink(LDblUnaryOperator right) |
default LDblPredicate |
LBiDblPredicate.rShrinkc(double a2) |
default LDblPredicate |
LDblIntPredicate.rShrinkc(int a2) |
static LDblPredicate |
LDblIntPredicate.rShrinked(LDblToIntFunction right,
LDblIntPredicate func) |
static LDblPredicate |
LBiDblPredicate.rShrinked(LDblUnaryOperator right,
LBiDblPredicate func) |
static LDblPredicate |
LBiDblPredicate.rShrinkedc(double a2,
LBiDblPredicate func) |
static LDblPredicate |
LDblIntPredicate.rShrinkedc(int a2,
LDblIntPredicate func) |
static LDblPredicate |
LDblPredicate.safe()
Safe instance.
|
static LDblPredicate |
LDblPredicate.safe(LDblPredicate other)
Safe wrapping.
|
default LDblPredicate |
LDblPredicate.trying(ExWF<RuntimeException> exF) |
default LDblPredicate |
LDblPredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LDblPredicate |
LDblPredicate.tryingThen(LPredicate<Throwable> handler) |
LDblPredicate |
LDblPredicate.LDblPredicateSingle.value() |
static LDblPredicate |
LDblPredicate.wrap(java.util.function.DoublePredicate other)
Wraps JRE instance.
|
default LDblPredicate |
LDblPredicate.xor(LDblPredicate 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<LDblPredicate> |
LDblPredicate.safeSupplier()
Safe instance supplier.
|
static LSupplier<LDblPredicate> |
LDblPredicate.safeSupplier(LSupplier<LDblPredicate> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LDblPredicate |
LDblPredicate.and(LDblPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static boolean |
LDblPredicate.call(double a,
LDblPredicate lambda) |
static LDblPredicate |
LDblPredicate.composed(LDblUnaryOperator before,
LDblPredicate after) |
static <V> LPredicate<V> |
LDblPredicate.composed(LToDblFunction<? super V> before,
LDblPredicate after) |
static LDblPredicate |
LDblPredicate.dblPred(LDblPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static boolean |
LDblPredicate.doIf(double a,
LDblPredicate predicate,
LAction action) |
static boolean |
LDblPredicate.doIf(double a,
LDblPredicate predicate,
LDblConsumer consumer) |
static LDblPredicate |
LDblPredicate.failSafe(LDblPredicate func,
LDblPredicate failSafe) |
default boolean |
LDblPredicate.failSafeTest(double a,
LDblPredicate failSafe) |
static boolean |
LDblPredicate.failSafeTest(double a,
LDblPredicate func,
LDblPredicate failSafe) |
static void |
LDblPredicate.fromTill(int min_i,
int max_i,
double a,
LDblPredicate func)
From-To.
|
static void |
LDblPredicate.fromTo(int min_i,
int max_i,
double a,
LDblPredicate func)
From-To.
|
static boolean |
LDblPredicate.handlingTest(double a,
LDblPredicate func,
HandlingInstructions<Throwable,RuntimeException> handling) |
default LDblPredicate |
LDblPredicate.or(LDblPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LDblPredicate |
LDblPredicate.safe(LDblPredicate other)
Safe wrapping.
|
static LDblIntPredicate |
LDblIntPredicate.test1st(LDblPredicate func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static LBiDblPredicate |
LBiDblPredicate.test1st(LDblPredicate func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static LBiDblPredicate |
LBiDblPredicate.test2nd(LDblPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjDblPredicate<T> |
LObjDblPredicate.test2nd(LDblPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntDblPredicate<T> |
LObjIntDblPredicate.test3rd(LDblPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
static <T1,T2> LBiObjDblPredicate<T1,T2> |
LBiObjDblPredicate.test3rd(LDblPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
static void |
LDblPredicate.throwIf(double a,
LDblPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LDblPredicate.throwIfNot(double a,
LDblPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LDblPredicate.times(int max_i,
double a,
LDblPredicate func)
From-To.
|
static boolean |
LDblPredicate.tryTest(double a,
LDblPredicate func) |
static boolean |
LDblPredicate.tryTest(double a,
LDblPredicate func,
ExWF<RuntimeException> exF) |
static boolean |
LDblPredicate.tryTest(double a,
LDblPredicate func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static boolean |
LDblPredicate.tryTestThen(double a,
LDblPredicate func,
LPredicate<Throwable> handler) |
default LDblPredicate |
LDblPredicate.xor(LDblPredicate 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 LDblPredicate |
LDblPredicate.recursive(LFunction<LDblPredicate,LDblPredicate> selfLambda) |
static LDblPredicate |
LDblPredicate.recursive(LFunction<LDblPredicate,LDblPredicate> selfLambda) |
static LSupplier<LDblPredicate> |
LDblPredicate.safeSupplier(LSupplier<LDblPredicate> supplier)
Safe supplier.
|
static LBiDblPredicate |
LBiDblPredicate.uncurry(LDblFunction<LDblPredicate> func) |
static <T1,T2> LBiObjDblPredicate<T1,T2> |
LBiObjDblPredicate.uncurry(LFunction<T1,LFunction<T2,LDblPredicate>> func) |
static <T> LObjDblPredicate<T> |
LObjDblPredicate.uncurry(LFunction<T,LDblPredicate> func) |
static <T> LObjIntDblPredicate<T> |
LObjIntDblPredicate.uncurry(LFunction<T,LIntFunction<LDblPredicate>> func) |
| Modifier and Type | Method and Description |
|---|---|
default LBoolSupplier |
LDblSupplier.toBoolSup(LDblPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
LDblPair.MutDblPair |
LDblPair.MutDblPair.setFirstIf(LDblPredicate predicate,
double first)
Sets value if predicate(current) OR current::predicate is true
|
LDblPair.MutCompDblPair |
LDblPair.MutCompDblPair.setFirstIf(LDblPredicate predicate,
double first)
Sets value if predicate(current) OR current::predicate is true
|
LDblIntPair.MutDblIntPair |
LDblIntPair.MutDblIntPair.setFirstIf(LDblPredicate predicate,
double first)
Sets value if predicate(current) OR current::predicate is true
|
LDblIntPair.MutCompDblIntPair |
LDblIntPair.MutCompDblIntPair.setFirstIf(LDblPredicate predicate,
double first)
Sets value if predicate(current) OR current::predicate is true
|
LDblPair.MutDblPair |
LDblPair.MutDblPair.setFirstIfArg(double first,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LDblPair.MutCompDblPair |
LDblPair.MutCompDblPair.setFirstIfArg(double first,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LDblIntPair.MutDblIntPair |
LDblIntPair.MutDblIntPair.setFirstIfArg(double first,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LDblIntPair.MutCompDblIntPair |
LDblIntPair.MutCompDblIntPair.setFirstIfArg(double first,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjDblPair.MutObjDblPair<T> |
LObjDblPair.MutObjDblPair.setSecondIf(LDblPredicate predicate,
double second)
Sets value if predicate(current) OR current::predicate is true
|
LObjDblPair.MutCompObjDblPair<T> |
LObjDblPair.MutCompObjDblPair.setSecondIf(LDblPredicate predicate,
double second)
Sets value if predicate(current) OR current::predicate is true
|
LDblPair.MutDblPair |
LDblPair.MutDblPair.setSecondIf(LDblPredicate predicate,
double second)
Sets value if predicate(current) OR current::predicate is true
|
LDblPair.MutCompDblPair |
LDblPair.MutCompDblPair.setSecondIf(LDblPredicate predicate,
double second)
Sets value if predicate(current) OR current::predicate is true
|
LObjDblPair.MutObjDblPair<T> |
LObjDblPair.MutObjDblPair.setSecondIfArg(double second,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjDblPair.MutCompObjDblPair<T> |
LObjDblPair.MutCompObjDblPair.setSecondIfArg(double second,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LDblPair.MutDblPair |
LDblPair.MutDblPair.setSecondIfArg(double second,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LDblPair.MutCompDblPair |
LDblPair.MutCompDblPair.setSecondIfArg(double second,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntDblTriple.MutObjIntDblTriple<T> |
LObjIntDblTriple.MutObjIntDblTriple.setThirdIf(LDblPredicate predicate,
double third)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntDblTriple.MutCompObjIntDblTriple<T> |
LObjIntDblTriple.MutCompObjIntDblTriple.setThirdIf(LDblPredicate predicate,
double third)
Sets value if predicate(current) OR current::predicate is true
|
LBiObjDblTriple.MutBiObjDblTriple<T1,T2> |
LBiObjDblTriple.MutBiObjDblTriple.setThirdIf(LDblPredicate predicate,
double third)
Sets value if predicate(current) OR current::predicate is true
|
LBiObjDblTriple.MutCompBiObjDblTriple<T1,T2> |
LBiObjDblTriple.MutCompBiObjDblTriple.setThirdIf(LDblPredicate predicate,
double third)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntDblTriple.MutObjIntDblTriple<T> |
LObjIntDblTriple.MutObjIntDblTriple.setThirdIfArg(double third,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntDblTriple.MutCompObjIntDblTriple<T> |
LObjIntDblTriple.MutCompObjIntDblTriple.setThirdIfArg(double third,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LBiObjDblTriple.MutBiObjDblTriple<T1,T2> |
LBiObjDblTriple.MutBiObjDblTriple.setThirdIfArg(double third,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LBiObjDblTriple.MutCompBiObjDblTriple<T1,T2> |
LBiObjDblTriple.MutCompBiObjDblTriple.setThirdIfArg(double third,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LDblSingle.MutDblSingle |
LDblSingle.MutDblSingle.setValueIf(LDblPredicate predicate,
double value)
Sets value if predicate(current) OR current::predicate is true
|
LDblSingle.MutCompDblSingle |
LDblSingle.MutCompDblSingle.setValueIf(LDblPredicate predicate,
double value)
Sets value if predicate(current) OR current::predicate is true
|
LDblSingle.MutDblSingle |
LDblSingle.MutDblSingle.setValueIfArg(double value,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LDblSingle.MutCompDblSingle |
LDblSingle.MutCompDblSingle.setValueIfArg(double value,
LDblPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
Copyright © 2019. All rights reserved.