| Package | Description |
|---|---|
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.predicate |
| Modifier and Type | Method and Description |
|---|---|
default LBiObjLongPredicate<T1,T2> |
LBiObjLongFunction.thenToBool(LPredicate<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBiObjLongPredicate.LLong2Obj0Obj1Pred<T1,T2>
Permutation of LBiObjLongPredicate for method references.
|
static interface |
LBiObjLongPredicate.LLong2Obj1Obj0Pred<T2,T1>
Permutation of LBiObjLongPredicate for method references.
|
static interface |
LBiObjLongPredicate.LObj0Long2Obj1Pred<T1,T2>
Permutation of LBiObjLongPredicate for method references.
|
static interface |
LBiObjLongPredicate.LObj1Long2Obj0Pred<T2,T1>
Permutation of LBiObjLongPredicate for method references.
|
static interface |
LBiObjLongPredicate.LObj1Obj0Long2Pred<T2,T1>
Permutation of LBiObjLongPredicate for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiObjLongPredicate.LBiObjLongPredicateSingle<T1,T2> |
| Modifier and Type | Method and Description |
|---|---|
default LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.and(LBiObjLongPredicate<? super T1,? super T2> other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.biObjLongPred(LBiObjLongPredicate<T1,T2> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.biObjLongPredThrowing(ExF<Throwable> exF) |
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.biObjLongPredThrowing(String message,
ExMF<Throwable> exF) |
default LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.boolToBiObjLongPred(LLogicalOperator after)
Combines two functions together in a order.
|
default <V2,V3> LBiObjLongPredicate<V2,V3> |
LBiObjLongPredicate.cast()
Cast that replace generics.
|
static <V2,V3,T1,T2> |
LBiObjLongPredicate.cast(LBiObjLongPredicate<T1,T2> function)
Cast that replace generics.
|
default <V1,V2> LBiObjLongPredicate<V1,V2> |
LBiObjLongPredicate.compose(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LLongUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,V2,T1,T2> |
LBiObjLongPredicate.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LLongUnaryOperator before3,
LBiObjLongPredicate<T1,T2> after) |
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.constant(boolean r)
Creates function that always returns the same value.
|
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.failSafe(LBiObjLongPredicate<T1,T2> func,
LBiObjLongPredicate<T1,T2> failSafe) |
default LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.isEqual(T1 v1,
T2 v2,
long v3)
Creates predicate that evaluates if an object is equal with the argument one.
|
default LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.or(LBiObjLongPredicate<? super T1,? super T2> other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.recursive(LFunction<LBiObjLongPredicate<T1,T2>,LBiObjLongPredicate<T1,T2>> selfLambda) |
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.safe()
Safe instance.
|
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.safe(LBiObjLongPredicate<T1,T2> other)
Safe wrapping.
|
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.test1st(LPredicate<T1> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.test2nd(LPredicate<T2> func)
Captures single parameter function into this interface where only 2nd 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.
|
default LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.trying(ExWF<RuntimeException> exF) |
default LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.tryingThen(LPredicate<Throwable> handler) |
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.uncurry(LFunction<T1,LFunction<T2,LLongPredicate>> func) |
default LBiObjLongPredicate |
LBiObjLongPredicate.untyped()
Cast that removes generics.
|
LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.LBiObjLongPredicateSingle.value() |
default LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.xor(LBiObjLongPredicate<? super T1,? super T2> 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 <T1,T2> LSupplier<LBiObjLongPredicate<T1,T2>> |
LBiObjLongPredicate.safeSupplier()
Safe instance supplier.
|
static <T1,T2> LSupplier<LBiObjLongPredicate<T1,T2>> |
LBiObjLongPredicate.safeSupplier(LSupplier<LBiObjLongPredicate<T1,T2>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.and(LBiObjLongPredicate<? super T1,? super T2> other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.biObjLongPred(LBiObjLongPredicate<T1,T2> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T1,T2> boolean |
LBiObjLongPredicate.call(T1 a1,
T2 a2,
long a3,
LBiObjLongPredicate<T1,T2> lambda) |
static <V2,V3,T1,T2> |
LBiObjLongPredicate.cast(LBiObjLongPredicate<T1,T2> function)
Cast that replace generics.
|
static <V1,V2,T1,T2> |
LBiObjLongPredicate.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LLongUnaryOperator before3,
LBiObjLongPredicate<T1,T2> after) |
static <V1,V2,V3,T1,T2> |
LBiObjLongPredicate.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LToLongFunction<? super V3> before3,
LBiObjLongPredicate<T1,T2> after) |
static <T1,T2> boolean |
LBiObjLongPredicate.doIf(T1 a1,
T2 a2,
long a3,
LBiObjLongPredicate<T1,T2> predicate,
LAction action) |
static <T1,T2> boolean |
LBiObjLongPredicate.doIf(T1 a1,
T2 a2,
long a3,
LBiObjLongPredicate<T1,T2> predicate,
LBiObjLongConsumer<? super T1,? super T2> consumer) |
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.failSafe(LBiObjLongPredicate<T1,T2> func,
LBiObjLongPredicate<T1,T2> failSafe) |
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.failSafe(LBiObjLongPredicate<T1,T2> func,
LBiObjLongPredicate<T1,T2> failSafe) |
default boolean |
LBiObjLongPredicate.failSafeTest(T1 a1,
T2 a2,
long a3,
LBiObjLongPredicate<T1,T2> failSafe) |
static <T1,T2> boolean |
LBiObjLongPredicate.failSafeTest(T1 a1,
T2 a2,
long a3,
LBiObjLongPredicate<T1,T2> func,
LBiObjLongPredicate<T1,T2> failSafe) |
static <T1,T2> boolean |
LBiObjLongPredicate.failSafeTest(T1 a1,
T2 a2,
long a3,
LBiObjLongPredicate<T1,T2> func,
LBiObjLongPredicate<T1,T2> failSafe) |
static <T1,T2> void |
LBiObjLongPredicate.fromTill(long min_a3,
long max_a3,
T1 a1,
T2 a2,
LBiObjLongPredicate<T1,T2> func)
From-To.
|
static <T1,T2> void |
LBiObjLongPredicate.fromTo(long min_a3,
long max_a3,
T1 a1,
T2 a2,
LBiObjLongPredicate<T1,T2> func)
From-To.
|
static <T1,T2> boolean |
LBiObjLongPredicate.handlingTest(T1 a1,
T2 a2,
long a3,
LBiObjLongPredicate<T1,T2> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T2,T1> LObjLongPredicate<T2> |
LBiObjLongPredicate.lShrinked(LObjLongFunction<T2,T1> left,
LBiObjLongPredicate<T1,T2> func) |
static <T2,T1> LObjLongPredicate<T2> |
LBiObjLongPredicate.lShrinkedc(T1 a1,
LBiObjLongPredicate<T1,T2> func) |
default LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.or(LBiObjLongPredicate<? super T1,? super T2> other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjLongPredicate.rShrinked(LToLongBiFunction<T1,T2> right,
LBiObjLongPredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjLongPredicate.rShrinkedc(long a3,
LBiObjLongPredicate<T1,T2> func) |
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.safe(LBiObjLongPredicate<T1,T2> other)
Safe wrapping.
|
static <T1,T2> void |
LBiObjLongPredicate.throwIf(T1 a1,
T2 a2,
long a3,
LBiObjLongPredicate<T1,T2> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T1,T2> void |
LBiObjLongPredicate.throwIfNot(T1 a1,
T2 a2,
long a3,
LBiObjLongPredicate<T1,T2> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T1,T2> void |
LBiObjLongPredicate.times(long max_a3,
T1 a1,
T2 a2,
LBiObjLongPredicate<T1,T2> func)
From-To.
|
static <T1,T2> boolean |
LBiObjLongPredicate.tryTest(T1 a1,
T2 a2,
long a3,
LBiObjLongPredicate<T1,T2> func) |
static <T1,T2> boolean |
LBiObjLongPredicate.tryTest(T1 a1,
T2 a2,
long a3,
LBiObjLongPredicate<T1,T2> func,
ExWF<RuntimeException> exF) |
static <T1,T2> boolean |
LBiObjLongPredicate.tryTest(T1 a1,
T2 a2,
long a3,
LBiObjLongPredicate<T1,T2> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T1,T2> boolean |
LBiObjLongPredicate.tryTestThen(T1 a1,
T2 a2,
long a3,
LBiObjLongPredicate<T1,T2> func,
LPredicate<Throwable> handler) |
default LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.xor(LBiObjLongPredicate<? super T1,? super T2> 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 <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.recursive(LFunction<LBiObjLongPredicate<T1,T2>,LBiObjLongPredicate<T1,T2>> selfLambda) |
static <T1,T2> LBiObjLongPredicate<T1,T2> |
LBiObjLongPredicate.recursive(LFunction<LBiObjLongPredicate<T1,T2>,LBiObjLongPredicate<T1,T2>> selfLambda) |
static <T1,T2> LSupplier<LBiObjLongPredicate<T1,T2>> |
LBiObjLongPredicate.safeSupplier(LSupplier<LBiObjLongPredicate<T1,T2>> supplier)
Safe supplier.
|
Copyright © 2019. All rights reserved.