| Modifier and Type | Method and Description |
|---|---|
default LLongPredicate |
LLongToByteFunction.thenToBool(LBytePredicate after)
Combines two functions together in a order.
|
default LLongPredicate |
LLongToCharFunction.thenToBool(LCharPredicate after)
Combines two functions together in a order.
|
default LLongPredicate |
LLongToDblFunction.thenToBool(LDblPredicate after)
Combines two functions together in a order.
|
default LLongPredicate |
LLongToFltFunction.thenToBool(LFltPredicate after)
Combines two functions together in a order.
|
default LLongPredicate |
LLongToIntFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
default LLongPredicate |
LLongToSrtFunction.thenToBool(LSrtPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtPredicate |
LSrtToLongFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
default LIntPredicate |
LIntToLongFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
default LFltPredicate |
LFltToLongFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
default LDblPredicate |
LDblToLongFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
default LCharPredicate |
LCharToLongFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
default LBytePredicate |
LByteToLongFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
default LLogicalOperator |
LBoolToLongFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongPredicate |
LLongFunction.thenToBool(LPredicate<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LPredicate<T> |
LToLongFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
default LBiPredicate<T1,T2> |
LToLongBiFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
default LObjIntPredicate<T> |
LOiToLongFunction.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiLongPredicate |
LLongBinaryOperator.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongPredicate |
LLongUnaryOperator.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongPredicate |
LLongUnaryOperator.thenToBool(LLongPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LLongPredicate.LLongPredicateSingle |
| Modifier and Type | Method and Description |
|---|---|
default LLongPredicate |
LLongPredicate.and(LLongPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
default LLongPredicate |
LLongPredicate.boolToLongPred(LLogicalOperator after)
Combines two functions together in a order.
|
default LLongPredicate |
LLongPredicate.compose(LLongUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LLongPredicate |
LLongPredicate.composed(LLongUnaryOperator before,
LLongPredicate after) |
static LLongPredicate |
LLongPredicate.constant(boolean r)
Creates function that always returns the same value.
|
static LLongPredicate |
LLongPredicate.failSafe(LLongPredicate func,
LLongPredicate failSafe) |
default LLongPredicate |
LLongPredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongPredicate |
LLongPredicate.isEqual(long target)
Creates predicate that evaluates if an object is equal with the argument one.
|
static LLongPredicate |
LLongPredicate.longPred(LLongPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongPredicate |
LLongPredicate.longPredThrowing(ExF<Throwable> exF) |
static LLongPredicate |
LLongPredicate.longPredThrowing(String message,
ExMF<Throwable> exF) |
default LLongPredicate |
LObjLongPredicate.lShrink(LLongFunction<T> left) |
default LLongPredicate |
LBiLongPredicate.lShrink(LLongUnaryOperator left) |
default LLongPredicate |
LBiLongPredicate.lShrinkc(long a1) |
default LLongPredicate |
LObjLongPredicate.lShrinkc(T a1) |
static <T> LLongPredicate |
LObjLongPredicate.lShrinked(LLongFunction<T> left,
LObjLongPredicate<T> func) |
static LLongPredicate |
LBiLongPredicate.lShrinked(LLongUnaryOperator left,
LBiLongPredicate func) |
static LLongPredicate |
LBiLongPredicate.lShrinkedc(long a1,
LBiLongPredicate func) |
static <T> LLongPredicate |
LObjLongPredicate.lShrinkedc(T a1,
LObjLongPredicate<T> func) |
default LLongPredicate |
LLongPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default LLongPredicate |
LLongPredicate.or(LLongPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LLongPredicate |
LLongPredicate.recursive(LFunction<LLongPredicate,LLongPredicate> selfLambda) |
default LLongPredicate |
LLongIntPredicate.rShrink(LLongToIntFunction right) |
default LLongPredicate |
LBiLongPredicate.rShrink(LLongUnaryOperator right) |
default LLongPredicate |
LLongIntPredicate.rShrinkc(int a2) |
default LLongPredicate |
LBiLongPredicate.rShrinkc(long a2) |
static LLongPredicate |
LLongIntPredicate.rShrinked(LLongToIntFunction right,
LLongIntPredicate func) |
static LLongPredicate |
LBiLongPredicate.rShrinked(LLongUnaryOperator right,
LBiLongPredicate func) |
static LLongPredicate |
LLongIntPredicate.rShrinkedc(int a2,
LLongIntPredicate func) |
static LLongPredicate |
LBiLongPredicate.rShrinkedc(long a2,
LBiLongPredicate func) |
static LLongPredicate |
LLongPredicate.safe()
Safe instance.
|
static LLongPredicate |
LLongPredicate.safe(LLongPredicate other)
Safe wrapping.
|
default LLongPredicate |
LLongPredicate.trying(ExWF<RuntimeException> exF) |
default LLongPredicate |
LLongPredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LLongPredicate |
LLongPredicate.tryingThen(LPredicate<Throwable> handler) |
LLongPredicate |
LLongPredicate.LLongPredicateSingle.value() |
static LLongPredicate |
LLongPredicate.wrap(java.util.function.LongPredicate other)
Wraps JRE instance.
|
default LLongPredicate |
LLongPredicate.xor(LLongPredicate 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<LLongPredicate> |
LLongPredicate.safeSupplier()
Safe instance supplier.
|
static LSupplier<LLongPredicate> |
LLongPredicate.safeSupplier(LSupplier<LLongPredicate> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongPredicate |
LLongPredicate.and(LLongPredicate other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static boolean |
LLongPredicate.call(long a,
LLongPredicate lambda) |
static LLongPredicate |
LLongPredicate.composed(LLongUnaryOperator before,
LLongPredicate after) |
static <V> LPredicate<V> |
LLongPredicate.composed(LToLongFunction<? super V> before,
LLongPredicate after) |
static boolean |
LLongPredicate.doIf(long a,
LLongPredicate predicate,
LAction action) |
static boolean |
LLongPredicate.doIf(long a,
LLongPredicate predicate,
LLongConsumer consumer) |
static LLongPredicate |
LLongPredicate.failSafe(LLongPredicate func,
LLongPredicate failSafe) |
default boolean |
LLongPredicate.failSafeTest(long a,
LLongPredicate failSafe) |
static boolean |
LLongPredicate.failSafeTest(long a,
LLongPredicate func,
LLongPredicate failSafe) |
static void |
LLongPredicate.fromTill(long min_a,
long max_a,
LLongPredicate func)
From-To.
|
static void |
LLongPredicate.fromTo(long min_a,
long max_a,
LLongPredicate func)
From-To.
|
static boolean |
LLongPredicate.handlingTest(long a,
LLongPredicate func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongPredicate |
LLongPredicate.longPred(LLongPredicate lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
default LLongPredicate |
LLongPredicate.or(LLongPredicate other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static LLongPredicate |
LLongPredicate.safe(LLongPredicate other)
Safe wrapping.
|
static LLongIntPredicate |
LLongIntPredicate.test1st(LLongPredicate func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static LBiLongPredicate |
LBiLongPredicate.test1st(LLongPredicate func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static LBiLongPredicate |
LBiLongPredicate.test2nd(LLongPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjLongPredicate<T> |
LObjLongPredicate.test2nd(LLongPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntLongPredicate<T> |
LObjIntLongPredicate.test3rd(LLongPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.test3rd(LLongPredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
static void |
LLongPredicate.throwIf(long a,
LLongPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LLongPredicate.throwIfNot(long a,
LLongPredicate pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static void |
LLongPredicate.times(long max_a,
LLongPredicate func)
From-To.
|
static boolean |
LLongPredicate.tryTest(long a,
LLongPredicate func) |
static boolean |
LLongPredicate.tryTest(long a,
LLongPredicate func,
ExWF<RuntimeException> exF) |
static boolean |
LLongPredicate.tryTest(long a,
LLongPredicate func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static boolean |
LLongPredicate.tryTestThen(long a,
LLongPredicate func,
LPredicate<Throwable> handler) |
default LLongPredicate |
LLongPredicate.xor(LLongPredicate 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 LLongPredicate |
LLongPredicate.recursive(LFunction<LLongPredicate,LLongPredicate> selfLambda) |
static LLongPredicate |
LLongPredicate.recursive(LFunction<LLongPredicate,LLongPredicate> selfLambda) |
static LSupplier<LLongPredicate> |
LLongPredicate.safeSupplier(LSupplier<LLongPredicate> supplier)
Safe supplier.
|
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.uncurry(LFunction<T1,LFunction<T2,LLongPredicate>> func) |
static <T> LObjIntLongPredicate<T> |
LObjIntLongPredicate.uncurry(LFunction<T,LIntFunction<LLongPredicate>> func) |
static <T> LObjLongPredicate<T> |
LObjLongPredicate.uncurry(LFunction<T,LLongPredicate> func) |
static LBiLongPredicate |
LBiLongPredicate.uncurry(LLongFunction<LLongPredicate> func) |
| Modifier and Type | Method and Description |
|---|---|
default LBoolSupplier |
LLongSupplier.toBoolSup(LLongPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
LLongPair.MutLongPair |
LLongPair.MutLongPair.setFirstIf(LLongPredicate predicate,
long first)
Sets value if predicate(current) OR current::predicate is true
|
LLongPair.MutCompLongPair |
LLongPair.MutCompLongPair.setFirstIf(LLongPredicate predicate,
long first)
Sets value if predicate(current) OR current::predicate is true
|
LLongIntPair.MutLongIntPair |
LLongIntPair.MutLongIntPair.setFirstIf(LLongPredicate predicate,
long first)
Sets value if predicate(current) OR current::predicate is true
|
LLongIntPair.MutCompLongIntPair |
LLongIntPair.MutCompLongIntPair.setFirstIf(LLongPredicate predicate,
long first)
Sets value if predicate(current) OR current::predicate is true
|
LLongPair.MutLongPair |
LLongPair.MutLongPair.setFirstIfArg(long first,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LLongPair.MutCompLongPair |
LLongPair.MutCompLongPair.setFirstIfArg(long first,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LLongIntPair.MutLongIntPair |
LLongIntPair.MutLongIntPair.setFirstIfArg(long first,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LLongIntPair.MutCompLongIntPair |
LLongIntPair.MutCompLongIntPair.setFirstIfArg(long first,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjLongPair.MutObjLongPair<T> |
LObjLongPair.MutObjLongPair.setSecondIf(LLongPredicate predicate,
long second)
Sets value if predicate(current) OR current::predicate is true
|
LObjLongPair.MutCompObjLongPair<T> |
LObjLongPair.MutCompObjLongPair.setSecondIf(LLongPredicate predicate,
long second)
Sets value if predicate(current) OR current::predicate is true
|
LLongPair.MutLongPair |
LLongPair.MutLongPair.setSecondIf(LLongPredicate predicate,
long second)
Sets value if predicate(current) OR current::predicate is true
|
LLongPair.MutCompLongPair |
LLongPair.MutCompLongPair.setSecondIf(LLongPredicate predicate,
long second)
Sets value if predicate(current) OR current::predicate is true
|
LObjLongPair.MutObjLongPair<T> |
LObjLongPair.MutObjLongPair.setSecondIfArg(long second,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjLongPair.MutCompObjLongPair<T> |
LObjLongPair.MutCompObjLongPair.setSecondIfArg(long second,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LLongPair.MutLongPair |
LLongPair.MutLongPair.setSecondIfArg(long second,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LLongPair.MutCompLongPair |
LLongPair.MutCompLongPair.setSecondIfArg(long second,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
LObjIntLongTriple.MutObjIntLongTriple.setThirdIf(LLongPredicate predicate,
long third)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntLongTriple.MutCompObjIntLongTriple<T> |
LObjIntLongTriple.MutCompObjIntLongTriple.setThirdIf(LLongPredicate predicate,
long third)
Sets value if predicate(current) OR current::predicate is true
|
LBiObjLongTriple.MutBiObjLongTriple<T1,T2> |
LBiObjLongTriple.MutBiObjLongTriple.setThirdIf(LLongPredicate predicate,
long third)
Sets value if predicate(current) OR current::predicate is true
|
LBiObjLongTriple.MutCompBiObjLongTriple<T1,T2> |
LBiObjLongTriple.MutCompBiObjLongTriple.setThirdIf(LLongPredicate predicate,
long third)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
LObjIntLongTriple.MutObjIntLongTriple.setThirdIfArg(long third,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LObjIntLongTriple.MutCompObjIntLongTriple<T> |
LObjIntLongTriple.MutCompObjIntLongTriple.setThirdIfArg(long third,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LBiObjLongTriple.MutBiObjLongTriple<T1,T2> |
LBiObjLongTriple.MutBiObjLongTriple.setThirdIfArg(long third,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LBiObjLongTriple.MutCompBiObjLongTriple<T1,T2> |
LBiObjLongTriple.MutCompBiObjLongTriple.setThirdIfArg(long third,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LLongSingle.MutLongSingle |
LLongSingle.MutLongSingle.setValueIf(LLongPredicate predicate,
long value)
Sets value if predicate(current) OR current::predicate is true
|
LLongSingle.MutCompLongSingle |
LLongSingle.MutCompLongSingle.setValueIf(LLongPredicate predicate,
long value)
Sets value if predicate(current) OR current::predicate is true
|
LLongSingle.MutLongSingle |
LLongSingle.MutLongSingle.setValueIfArg(long value,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
LLongSingle.MutCompLongSingle |
LLongSingle.MutCompLongSingle.setValueIfArg(long value,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
Copyright © 2019. All rights reserved.