| Package | Description |
|---|---|
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.operator.binary | |
| eu.lunisolar.magma.func.predicate | |
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
default LBiCharPredicate |
LBiCharFunction.thenToBool(LPredicate<? super R> 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 | Interface and Description |
|---|---|
static interface |
LBiCharPredicate.LChar1Char0Pred
Permutation of LBiCharPredicate for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiCharPredicate.LBiCharPredicateSingle |
| Modifier and Type | Method and Description |
|---|---|
default LBiCharPredicate |
LBiCharPredicate.and(LBiCharPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static LBiCharPredicate |
LBiCharPredicate.biCharPred(LBiCharPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LBiCharPredicate |
LBiCharPredicate.biCharPredThrowing(ExF<Throwable> exF) |
static LBiCharPredicate |
LBiCharPredicate.biCharPredThrowing(String message,
ExMF<Throwable> exF) |
default LBiCharPredicate |
LBiCharPredicate.boolToBiCharPred(LLogicalOperator after)
Combines two functions together in a order.
|
default LBiCharPredicate |
LBiCharPredicate.compose(LCharUnaryOperator before1,
LCharUnaryOperator before2)
Allows to manipulate the domain of the function.
|
static LBiCharPredicate |
LBiCharPredicate.composed(LCharUnaryOperator before1,
LCharUnaryOperator before2,
LBiCharPredicate after) |
static LBiCharPredicate |
LBiCharPredicate.constant(boolean r)
Creates function that always returns the same value.
|
static LBiCharPredicate |
LBiCharPredicate.failSafe(LBiCharPredicate func,
LBiCharPredicate failSafe) |
default LBiCharPredicate |
LBiCharPredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LBiCharPredicate |
LBiCharPredicate.isEqual(char v1,
char v2)
Creates predicate that evaluates if an object is equal with the argument one.
|
default LBiCharPredicate |
LBiCharPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default LBiCharPredicate |
LBiCharPredicate.or(LBiCharPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LBiCharPredicate |
LBiCharPredicate.recursive(LFunction<LBiCharPredicate,LBiCharPredicate> selfLambda) |
static LBiCharPredicate |
LBiCharPredicate.safe()
Safe instance.
|
static LBiCharPredicate |
LBiCharPredicate.safe(LBiCharPredicate other)
Safe wrapping.
|
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.
|
default LBiCharPredicate |
LBiCharPredicate.trying(ExWF<RuntimeException> exF) |
default LBiCharPredicate |
LBiCharPredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBiCharPredicate |
LBiCharPredicate.tryingThen(LPredicate<Throwable> handler) |
static LBiCharPredicate |
LBiCharPredicate.uncurry(LCharFunction<LCharPredicate> func) |
LBiCharPredicate |
LBiCharPredicate.LBiCharPredicateSingle.value() |
default LBiCharPredicate |
LBiCharPredicate.xor(LBiCharPredicate 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<LBiCharPredicate> |
LBiCharPredicate.safeSupplier()
Safe instance supplier.
|
static LSupplier<LBiCharPredicate> |
LBiCharPredicate.safeSupplier(LSupplier<LBiCharPredicate> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiCharPredicate |
LBiCharPredicate.and(LBiCharPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static LBiCharPredicate |
LBiCharPredicate.biCharPred(LBiCharPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static boolean |
LBiCharPredicate.call(char a1,
char a2,
LBiCharPredicate lambda) |
static LBiCharPredicate |
LBiCharPredicate.composed(LCharUnaryOperator before1,
LCharUnaryOperator before2,
LBiCharPredicate after) |
static <V1,V2> LBiPredicate<V1,V2> |
LBiCharPredicate.composed(LToCharFunction<? super V1> before1,
LToCharFunction<? super V2> before2,
LBiCharPredicate after) |
static boolean |
LBiCharPredicate.doIf(char a1,
char a2,
LBiCharPredicate predicate,
LAction action) |
static boolean |
LBiCharPredicate.doIf(char a1,
char a2,
LBiCharPredicate predicate,
LBiCharConsumer consumer) |
static LBiCharPredicate |
LBiCharPredicate.failSafe(LBiCharPredicate func,
LBiCharPredicate failSafe) |
default boolean |
LBiCharPredicate.failSafeTest(char a1,
char a2,
LBiCharPredicate failSafe) |
static boolean |
LBiCharPredicate.failSafeTest(char a1,
char a2,
LBiCharPredicate func,
LBiCharPredicate failSafe) |
static void |
LBiCharPredicate.fromTill(int min_i,
int max_i,
char a1,
char a2,
LBiCharPredicate func)
From-To.
|
static void |
LBiCharPredicate.fromTo(int min_i,
int max_i,
char a1,
char a2,
LBiCharPredicate func)
From-To.
|
static boolean |
LBiCharPredicate.handlingTest(char a1,
char a2,
LBiCharPredicate func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LCharPredicate |
LBiCharPredicate.lShrinked(LCharUnaryOperator left,
LBiCharPredicate func) |
static LCharPredicate |
LBiCharPredicate.lShrinkedc(char a1,
LBiCharPredicate func) |
default LBiCharPredicate |
LBiCharPredicate.or(LBiCharPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LCharPredicate |
LBiCharPredicate.rShrinked(LCharUnaryOperator right,
LBiCharPredicate func) |
static LCharPredicate |
LBiCharPredicate.rShrinkedc(char a2,
LBiCharPredicate func) |
static LBiCharPredicate |
LBiCharPredicate.safe(LBiCharPredicate other)
Safe wrapping.
|
static void |
LBiCharPredicate.throwIf(char a1,
char a2,
LBiCharPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LBiCharPredicate.throwIfNot(char a1,
char a2,
LBiCharPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LBiCharPredicate.times(int max_i,
char a1,
char a2,
LBiCharPredicate func)
From-To.
|
static boolean |
LBiCharPredicate.tryTest(char a1,
char a2,
LBiCharPredicate func) |
static boolean |
LBiCharPredicate.tryTest(char a1,
char a2,
LBiCharPredicate func,
ExWF<RuntimeException> exF) |
static boolean |
LBiCharPredicate.tryTest(char a1,
char a2,
LBiCharPredicate func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static boolean |
LBiCharPredicate.tryTestThen(char a1,
char a2,
LBiCharPredicate func,
LPredicate<Throwable> handler) |
default LBiCharPredicate |
LBiCharPredicate.xor(LBiCharPredicate 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 LBiCharPredicate |
LBiCharPredicate.recursive(LFunction<LBiCharPredicate,LBiCharPredicate> selfLambda) |
static LBiCharPredicate |
LBiCharPredicate.recursive(LFunction<LBiCharPredicate,LBiCharPredicate> selfLambda) |
static LSupplier<LBiCharPredicate> |
LBiCharPredicate.safeSupplier(LSupplier<LBiCharPredicate> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
LCharPair.MutCharPair |
LCharPair.MutCharPair.setFirstIf(char first,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LCharPair.MutCompCharPair |
LCharPair.MutCompCharPair.setFirstIf(char first,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LCharIntPair.MutCharIntPair |
LCharIntPair.MutCharIntPair.setFirstIf(char first,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LCharIntPair.MutCompCharIntPair |
LCharIntPair.MutCompCharIntPair.setFirstIf(char first,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LCharPair.MutCharPair |
LCharPair.MutCharPair.setFirstIf(LBiCharPredicate predicate,
char first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LCharPair.MutCompCharPair |
LCharPair.MutCompCharPair.setFirstIf(LBiCharPredicate predicate,
char first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LCharIntPair.MutCharIntPair |
LCharIntPair.MutCharIntPair.setFirstIf(LBiCharPredicate predicate,
char first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LCharIntPair.MutCompCharIntPair |
LCharIntPair.MutCompCharIntPair.setFirstIf(LBiCharPredicate predicate,
char first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjCharPair.MutObjCharPair<T> |
LObjCharPair.MutObjCharPair.setSecondIf(char second,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjCharPair.MutCompObjCharPair<T> |
LObjCharPair.MutCompObjCharPair.setSecondIf(char second,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LCharPair.MutCharPair |
LCharPair.MutCharPair.setSecondIf(char second,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LCharPair.MutCompCharPair |
LCharPair.MutCompCharPair.setSecondIf(char second,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjCharPair.MutObjCharPair<T> |
LObjCharPair.MutObjCharPair.setSecondIf(LBiCharPredicate predicate,
char second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjCharPair.MutCompObjCharPair<T> |
LObjCharPair.MutCompObjCharPair.setSecondIf(LBiCharPredicate predicate,
char second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LCharPair.MutCharPair |
LCharPair.MutCharPair.setSecondIf(LBiCharPredicate predicate,
char second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LCharPair.MutCompCharPair |
LCharPair.MutCompCharPair.setSecondIf(LBiCharPredicate predicate,
char second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntCharTriple.MutObjIntCharTriple<T> |
LObjIntCharTriple.MutObjIntCharTriple.setThirdIf(char third,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntCharTriple.MutCompObjIntCharTriple<T> |
LObjIntCharTriple.MutCompObjIntCharTriple.setThirdIf(char third,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjCharTriple.MutBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutBiObjCharTriple.setThirdIf(char third,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LBiObjCharTriple.MutCompBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutCompBiObjCharTriple.setThirdIf(char third,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntCharTriple.MutObjIntCharTriple<T> |
LObjIntCharTriple.MutObjIntCharTriple.setThirdIf(LBiCharPredicate predicate,
char third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntCharTriple.MutCompObjIntCharTriple<T> |
LObjIntCharTriple.MutCompObjIntCharTriple.setThirdIf(LBiCharPredicate predicate,
char third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjCharTriple.MutBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutBiObjCharTriple.setThirdIf(LBiCharPredicate predicate,
char third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LBiObjCharTriple.MutCompBiObjCharTriple<T1,T2> |
LBiObjCharTriple.MutCompBiObjCharTriple.setThirdIf(LBiCharPredicate predicate,
char third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LCharSingle.MutCharSingle |
LCharSingle.MutCharSingle.setValueIf(char value,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.setValueIf(char value,
LBiCharPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LCharSingle.MutCharSingle |
LCharSingle.MutCharSingle.setValueIf(LBiCharPredicate predicate,
char value)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LCharSingle.MutCompCharSingle |
LCharSingle.MutCompCharSingle.setValueIf(LBiCharPredicate predicate,
char value)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
Copyright © 2019. All rights reserved.