| Package | Description |
|---|---|
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.predicate |
| Modifier and Type | Method and Description |
|---|---|
default LBiObjBytePredicate<T1,T2> |
LBiObjByteFunction.thenToBool(LPredicate<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBiObjBytePredicate.LByte2Obj0Obj1Pred<T1,T2>
Permutation of LBiObjBytePredicate for method references.
|
static interface |
LBiObjBytePredicate.LByte2Obj1Obj0Pred<T2,T1>
Permutation of LBiObjBytePredicate for method references.
|
static interface |
LBiObjBytePredicate.LObj0Byte2Obj1Pred<T1,T2>
Permutation of LBiObjBytePredicate for method references.
|
static interface |
LBiObjBytePredicate.LObj1Byte2Obj0Pred<T2,T1>
Permutation of LBiObjBytePredicate for method references.
|
static interface |
LBiObjBytePredicate.LObj1Obj0Byte2Pred<T2,T1>
Permutation of LBiObjBytePredicate for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiObjBytePredicate.LBiObjBytePredicateSingle<T1,T2> |
| Modifier and Type | Method and Description |
|---|---|
default LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.and(LBiObjBytePredicate<? 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> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.biObjBytePred(LBiObjBytePredicate<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> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.biObjBytePredThrowing(ExF<Throwable> exF) |
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.biObjBytePredThrowing(String message,
ExMF<Throwable> exF) |
default LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.boolToBiObjBytePred(LLogicalOperator after)
Combines two functions together in a order.
|
default <V2,V3> LBiObjBytePredicate<V2,V3> |
LBiObjBytePredicate.cast()
Cast that replace generics.
|
static <V2,V3,T1,T2> |
LBiObjBytePredicate.cast(LBiObjBytePredicate<T1,T2> function)
Cast that replace generics.
|
default <V1,V2> LBiObjBytePredicate<V1,V2> |
LBiObjBytePredicate.compose(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LByteUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,V2,T1,T2> |
LBiObjBytePredicate.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LByteUnaryOperator before3,
LBiObjBytePredicate<T1,T2> after) |
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.constant(boolean r)
Creates function that always returns the same value.
|
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.failSafe(LBiObjBytePredicate<T1,T2> func,
LBiObjBytePredicate<T1,T2> failSafe) |
default LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.isEqual(T1 v1,
T2 v2,
byte v3)
Creates predicate that evaluates if an object is equal with the argument one.
|
default LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.or(LBiObjBytePredicate<? 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> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.recursive(LFunction<LBiObjBytePredicate<T1,T2>,LBiObjBytePredicate<T1,T2>> selfLambda) |
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.safe()
Safe instance.
|
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.safe(LBiObjBytePredicate<T1,T2> other)
Safe wrapping.
|
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.test1st(LPredicate<T1> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.test2nd(LPredicate<T2> func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.test3rd(LBytePredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.trying(ExWF<RuntimeException> exF) |
default LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.tryingThen(LPredicate<Throwable> handler) |
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.uncurry(LFunction<T1,LFunction<T2,LBytePredicate>> func) |
default LBiObjBytePredicate |
LBiObjBytePredicate.untyped()
Cast that removes generics.
|
LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.LBiObjBytePredicateSingle.value() |
default LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.xor(LBiObjBytePredicate<? 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<LBiObjBytePredicate<T1,T2>> |
LBiObjBytePredicate.safeSupplier()
Safe instance supplier.
|
static <T1,T2> LSupplier<LBiObjBytePredicate<T1,T2>> |
LBiObjBytePredicate.safeSupplier(LSupplier<LBiObjBytePredicate<T1,T2>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.and(LBiObjBytePredicate<? 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> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.biObjBytePred(LBiObjBytePredicate<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 |
LBiObjBytePredicate.call(T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> lambda) |
static <V2,V3,T1,T2> |
LBiObjBytePredicate.cast(LBiObjBytePredicate<T1,T2> function)
Cast that replace generics.
|
static <V1,V2,T1,T2> |
LBiObjBytePredicate.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LByteUnaryOperator before3,
LBiObjBytePredicate<T1,T2> after) |
static <V1,V2,V3,T1,T2> |
LBiObjBytePredicate.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LToByteFunction<? super V3> before3,
LBiObjBytePredicate<T1,T2> after) |
static <T1,T2> boolean |
LBiObjBytePredicate.doIf(T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> predicate,
LAction action) |
static <T1,T2> boolean |
LBiObjBytePredicate.doIf(T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> predicate,
LBiObjByteConsumer<? super T1,? super T2> consumer) |
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.failSafe(LBiObjBytePredicate<T1,T2> func,
LBiObjBytePredicate<T1,T2> failSafe) |
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.failSafe(LBiObjBytePredicate<T1,T2> func,
LBiObjBytePredicate<T1,T2> failSafe) |
default boolean |
LBiObjBytePredicate.failSafeTest(T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> failSafe) |
static <T1,T2> boolean |
LBiObjBytePredicate.failSafeTest(T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> func,
LBiObjBytePredicate<T1,T2> failSafe) |
static <T1,T2> boolean |
LBiObjBytePredicate.failSafeTest(T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> func,
LBiObjBytePredicate<T1,T2> failSafe) |
static <T1,T2> void |
LBiObjBytePredicate.fromTill(int min_i,
int max_i,
T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> func)
From-To.
|
static <T1,T2> void |
LBiObjBytePredicate.fromTo(int min_i,
int max_i,
T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> func)
From-To.
|
static <T1,T2> boolean |
LBiObjBytePredicate.handlingTest(T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T2,T1> LObjBytePredicate<T2> |
LBiObjBytePredicate.lShrinked(LObjByteFunction<T2,T1> left,
LBiObjBytePredicate<T1,T2> func) |
static <T2,T1> LObjBytePredicate<T2> |
LBiObjBytePredicate.lShrinkedc(T1 a1,
LBiObjBytePredicate<T1,T2> func) |
default LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.or(LBiObjBytePredicate<? 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> |
LBiObjBytePredicate.rShrinked(LToByteBiFunction<T1,T2> right,
LBiObjBytePredicate<T1,T2> func) |
static <T1,T2> LBiPredicate<T1,T2> |
LBiObjBytePredicate.rShrinkedc(byte a3,
LBiObjBytePredicate<T1,T2> func) |
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.safe(LBiObjBytePredicate<T1,T2> other)
Safe wrapping.
|
static <T1,T2> void |
LBiObjBytePredicate.throwIf(T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T1,T2> void |
LBiObjBytePredicate.throwIfNot(T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T1,T2> void |
LBiObjBytePredicate.times(int max_i,
T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> func)
From-To.
|
static <T1,T2> boolean |
LBiObjBytePredicate.tryTest(T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> func) |
static <T1,T2> boolean |
LBiObjBytePredicate.tryTest(T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> func,
ExWF<RuntimeException> exF) |
static <T1,T2> boolean |
LBiObjBytePredicate.tryTest(T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T1,T2> boolean |
LBiObjBytePredicate.tryTestThen(T1 a1,
T2 a2,
byte a3,
LBiObjBytePredicate<T1,T2> func,
LPredicate<Throwable> handler) |
default LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.xor(LBiObjBytePredicate<? 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> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.recursive(LFunction<LBiObjBytePredicate<T1,T2>,LBiObjBytePredicate<T1,T2>> selfLambda) |
static <T1,T2> LBiObjBytePredicate<T1,T2> |
LBiObjBytePredicate.recursive(LFunction<LBiObjBytePredicate<T1,T2>,LBiObjBytePredicate<T1,T2>> selfLambda) |
static <T1,T2> LSupplier<LBiObjBytePredicate<T1,T2>> |
LBiObjBytePredicate.safeSupplier(LSupplier<LBiObjBytePredicate<T1,T2>> supplier)
Safe supplier.
|
Copyright © 2019. All rights reserved.