| Modifier and Type | Method and Description |
|---|---|
default LCharPredicate |
LCharToByteFunction.thenToBool(LBytePredicate after)
Combines two functions together in a order.
|
default LCharPredicate |
LCharToDblFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
default LCharPredicate |
LCharToFltFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
default LCharPredicate |
LCharToIntFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LCharPredicate |
LCharToLongFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
default LCharPredicate |
LCharToSrtFunction.thenToBool(LSrtPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtPredicate |
LSrtToCharFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
default LLongPredicate |
LLongToCharFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
default LIntPredicate |
LIntToCharFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
default LFltPredicate |
LFltToCharFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
default LDblPredicate |
LDblToCharFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
default LBytePredicate |
LByteToCharFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
default LLogicalOperator |
LBoolToCharFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharPredicate |
LCharFunction.thenToBool(LPredicate<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LPredicate<T> |
LToCharFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
default LBiPredicate<T1,T2> |
LToCharBiFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
default LObjIntPredicate<T> |
LOiToCharFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiCharPredicate |
LCharBinaryOperator.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharPredicate |
LCharUnaryOperator.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharPredicate |
LCharUnaryOperator.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LCharPredicate.LCharPredicateSingle |
| Modifier and Type | Method and Description |
|---|---|
default LCharPredicate |
LCharPredicate.and(LCharPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
default LCharPredicate |
LCharPredicate.boolToCharPred(LLogicalOperator after)
Combines two functions together in a order.
|
static LCharPredicate |
LCharPredicate.charPred(LCharPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LCharPredicate |
LCharPredicate.charPredThrowing(ExF<Throwable> exF) |
static LCharPredicate |
LCharPredicate.charPredThrowing(String message,
ExMF<Throwable> exF) |
default LCharPredicate |
LCharPredicate.compose(LCharUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LCharPredicate |
LCharPredicate.composed(LCharUnaryOperator before,
LCharPredicate after) |
static LCharPredicate |
LCharPredicate.constant(boolean r)
Creates function that always returns the same value.
|
static LCharPredicate |
LCharPredicate.failSafe(LCharPredicate func,
LCharPredicate failSafe) |
default LCharPredicate |
LCharPredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LCharPredicate |
LCharPredicate.isEqual(char target)
Creates predicate that evaluates if an object is equal with the argument one.
|
default LCharPredicate |
LObjCharPredicate.lShrink(LCharFunction<T> left) |
default LCharPredicate |
LBiCharPredicate.lShrink(LCharUnaryOperator left) |
default LCharPredicate |
LBiCharPredicate.lShrinkc(char a1) |
default LCharPredicate |
LObjCharPredicate.lShrinkc(T a1) |
static <T> LCharPredicate |
LObjCharPredicate.lShrinked(LCharFunction<T> left,
LObjCharPredicate<T> func) |
static LCharPredicate |
LBiCharPredicate.lShrinked(LCharUnaryOperator left,
LBiCharPredicate func) |
static LCharPredicate |
LBiCharPredicate.lShrinkedc(char a1,
LBiCharPredicate func) |
static <T> LCharPredicate |
LObjCharPredicate.lShrinkedc(T a1,
LObjCharPredicate<T> func) |
default LCharPredicate |
LCharPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default LCharPredicate |
LCharPredicate.or(LCharPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LCharPredicate |
LCharPredicate.recursive(LFunction<LCharPredicate,LCharPredicate> selfLambda) |
default LCharPredicate |
LCharIntPredicate.rShrink(LCharToIntFunction right) |
default LCharPredicate |
LBiCharPredicate.rShrink(LCharUnaryOperator right) |
default LCharPredicate |
LBiCharPredicate.rShrinkc(char a2) |
default LCharPredicate |
LCharIntPredicate.rShrinkc(int a2) |
static LCharPredicate |
LCharIntPredicate.rShrinked(LCharToIntFunction right,
LCharIntPredicate func) |
static LCharPredicate |
LBiCharPredicate.rShrinked(LCharUnaryOperator right,
LBiCharPredicate func) |
static LCharPredicate |
LBiCharPredicate.rShrinkedc(char a2,
LBiCharPredicate func) |
static LCharPredicate |
LCharIntPredicate.rShrinkedc(int a2,
LCharIntPredicate func) |
static LCharPredicate |
LCharPredicate.safe()
Safe instance.
|
static LCharPredicate |
LCharPredicate.safe(LCharPredicate other)
Safe wrapping.
|
default LCharPredicate |
LCharPredicate.trying(ExWF<RuntimeException> exF) |
default LCharPredicate |
LCharPredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LCharPredicate |
LCharPredicate.tryingThen(LPredicate<Throwable> handler) |
LCharPredicate |
LCharPredicate.LCharPredicateSingle.value() |
default LCharPredicate |
LCharPredicate.xor(LCharPredicate 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<LCharPredicate> |
LCharPredicate.safeSupplier()
Safe instance supplier.
|
static LSupplier<LCharPredicate> |
LCharPredicate.safeSupplier(LSupplier<LCharPredicate> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharPredicate |
LCharPredicate.and(LCharPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static boolean |
LCharPredicate.call(char a,
LCharPredicate lambda) |
static LCharPredicate |
LCharPredicate.charPred(LCharPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LCharPredicate |
LCharPredicate.composed(LCharUnaryOperator before,
LCharPredicate after) |
static <V> LPredicate<V> |
LCharPredicate.composed(LToCharFunction<? super V> before,
LCharPredicate after) |
static boolean |
LCharPredicate.doIf(char a,
LCharPredicate predicate,
LAction action) |
static boolean |
LCharPredicate.doIf(char a,
LCharPredicate predicate,
LCharConsumer consumer) |
static LCharPredicate |
LCharPredicate.failSafe(LCharPredicate func,
LCharPredicate failSafe) |
default boolean |
LCharPredicate.failSafeTest(char a,
LCharPredicate failSafe) |
static boolean |
LCharPredicate.failSafeTest(char a,
LCharPredicate func,
LCharPredicate failSafe) |
static void |
LCharPredicate.fromTill(int min_i,
int max_i,
char a,
LCharPredicate func)
From-To.
|
static void |
LCharPredicate.fromTo(int min_i,
int max_i,
char a,
LCharPredicate func)
From-To.
|
static boolean |
LCharPredicate.handlingTest(char a,
LCharPredicate func,
HandlingInstructions<Throwable,RuntimeException> handling) |
default LCharPredicate |
LCharPredicate.or(LCharPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LCharPredicate |
LCharPredicate.safe(LCharPredicate other)
Safe wrapping.
|
static LCharIntPredicate |
LCharIntPredicate.test1st(LCharPredicate func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static LBiCharPredicate |
LBiCharPredicate.test1st(LCharPredicate func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static LBiCharPredicate |
LBiCharPredicate.test2nd(LCharPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjCharPredicate<T> |
LObjCharPredicate.test2nd(LCharPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.test3rd(LCharPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
static <T1,T2> LBiObjCharPredicate<T1,T2> |
LBiObjCharPredicate.test3rd(LCharPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
static void |
LCharPredicate.throwIf(char a,
LCharPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LCharPredicate.throwIfNot(char a,
LCharPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LCharPredicate.times(int max_i,
char a,
LCharPredicate func)
From-To.
|
static boolean |
LCharPredicate.tryTest(char a,
LCharPredicate func) |
static boolean |
LCharPredicate.tryTest(char a,
LCharPredicate func,
ExWF<RuntimeException> exF) |
static boolean |
LCharPredicate.tryTest(char a,
LCharPredicate func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static boolean |
LCharPredicate.tryTestThen(char a,
LCharPredicate func,
LPredicate<Throwable> handler) |
default LCharPredicate |
LCharPredicate.xor(LCharPredicate 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 LCharPredicate |
LCharPredicate.recursive(LFunction<LCharPredicate,LCharPredicate> selfLambda) |
static LCharPredicate |
LCharPredicate.recursive(LFunction<LCharPredicate,LCharPredicate> selfLambda) |
static LSupplier<LCharPredicate> |
LCharPredicate.safeSupplier(LSupplier<LCharPredicate> supplier)
Safe supplier.
|
static LBiCharPredicate |
LBiCharPredicate.uncurry(LCharFunction<LCharPredicate> func) |
static <T1,T2> LBiObjCharPredicate<T1,T2> |
LBiObjCharPredicate.uncurry(LFunction<T1,LFunction<T2,LCharPredicate>> func) |
static <T> LObjCharPredicate<T> |
LObjCharPredicate.uncurry(LFunction<T,LCharPredicate> func) |
static <T> LObjIntCharPredicate<T> |
LObjIntCharPredicate.uncurry(LFunction<T,LIntFunction<LCharPredicate>> func) |
| Modifier and Type | Method and Description |
|---|---|
default LBoolSupplier |
LCharSupplier.toBoolSup(LCharPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
LCharPair.MutCharPair |
LCharPair.MutCharPair.setFirstIf(LCharPredicate predicate,
char first)
Sets value if predicate(current) OR current::predicate is true
|
LCharPair.MutCompCharPair |
LCharPair.MutCompCharPair.setFirstIf(LCharPredicate predicate,
char first)
Sets value if predicate(current) OR current::predicate is true
|
LCharIntPair.MutCharIntPair |
LCharIntPair.MutCharIntPair.setFirstIf(LCharPredicate predicate,
char first)
Sets value if predicate(current) OR current::predicate is true
|
LCharIntPair.MutCompCharIntPair |
LCharIntPair.MutCompCharIntPair.setFirstIf(LCharPredicate predicate,
char first)
Sets value if predicate(current) OR current::predicate is true
|
LCharPair.MutCharPair |
LCharPair.MutCharPair.setFirstIfArg(char first,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LCharPair.MutCompCharPair |
LCharPair.MutCompCharPair.setFirstIfArg(char first,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LCharIntPair.MutCharIntPair |
LCharIntPair.MutCharIntPair.setFirstIfArg(char first,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LCharIntPair.MutCompCharIntPair |
LCharIntPair.MutCompCharIntPair.setFirstIfArg(char first,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjCharPair.MutObjCharPair<T> |
LObjCharPair.MutObjCharPair.setSecondIf(LCharPredicate predicate,
char second)
Sets value if predicate(current) OR current::predicate is true
|
LObjCharPair.MutCompObjCharPair<T> |
LObjCharPair.MutCompObjCharPair.setSecondIf(LCharPredicate predicate,
char second)
Sets value if predicate(current) OR current::predicate is true
|
LCharPair.MutCharPair |
LCharPair.MutCharPair.setSecondIf(LCharPredicate predicate,
char second)
Sets value if predicate(current) OR current::predicate is true
|
LCharPair.MutCompCharPair |
LCharPair.MutCompCharPair.setSecondIf(LCharPredicate predicate,
char second)
Sets value if predicate(current) OR current::predicate is true
|
LObjCharPair.MutObjCharPair<T> |
LObjCharPair.MutObjCharPair.setSecondIfArg(char second,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjCharPair.MutCompObjCharPair<T> |
LObjCharPair.MutCompObjCharPair.setSecondIfArg(char second,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LCharPair.MutCharPair |
LCharPair.MutCharPair.setSecondIfArg(char second,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LCharPair.MutCompCharPair |
LCharPair.MutCompCharPair.setSecondIfArg(char second,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntCharTriple.MutObjIntCharTriple<T> |
LObjIntCharTriple.MutObjIntCharTriple.setThirdIf(LCharPredicate predicate,
char third)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntCharTriple.MutCompObjIntCharTriple<T> |
LObjIntCharTriple.MutCompObjIntCharTriple.setThirdIf(LCharPredicate predicate,
char third)
Sets value if predicate(current) OR current::predicate is true
|
LBiObjCharTriple.MutBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutBiObjCharTriple.setThirdIf(LCharPredicate predicate,
char third)
Sets value if predicate(current) OR current::predicate is true
|
LBiObjCharTriple.MutCompBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutCompBiObjCharTriple.setThirdIf(LCharPredicate predicate,
char third)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntCharTriple.MutObjIntCharTriple<T> |
LObjIntCharTriple.MutObjIntCharTriple.setThirdIfArg(char third,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntCharTriple.MutCompObjIntCharTriple<T> |
LObjIntCharTriple.MutCompObjIntCharTriple.setThirdIfArg(char third,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LBiObjCharTriple.MutBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutBiObjCharTriple.setThirdIfArg(char third,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LBiObjCharTriple.MutCompBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutCompBiObjCharTriple.setThirdIfArg(char third,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LCharSingle.MutCharSingle |
LCharSingle.MutCharSingle.setValueIf(LCharPredicate predicate,
char value)
Sets value if predicate(current) OR current::predicate is true
|
LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.setValueIf(LCharPredicate predicate,
char value)
Sets value if predicate(current) OR current::predicate is true
|
LCharSingle.MutCharSingle |
LCharSingle.MutCharSingle.setValueIfArg(char value,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.setValueIfArg(char value,
LCharPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
Copyright © 2019. All rights reserved.