| Package | Description |
|---|---|
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.function.to | |
| eu.lunisolar.magma.func.predicate |
| Modifier and Type | Method and Description |
|---|---|
default LObjIntBytePredicate<T> |
LObjIntByteFunction.thenToBool(LPredicate<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LObjIntBytePredicate<T> |
LTieByteFunction.thenToBool(LIntPredicate after)
Combines two functions together in a order.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjIntBytePredicate.LByteIntObjPred<T>
Permutation of LObjIntBytePredicate for method references.
|
static interface |
LObjIntBytePredicate.LByteObjIntPred<T>
Permutation of LObjIntBytePredicate for method references.
|
static interface |
LObjIntBytePredicate.LIntByteObjPred<T>
Permutation of LObjIntBytePredicate for method references.
|
static interface |
LObjIntBytePredicate.LIntObjBytePred<T>
Permutation of LObjIntBytePredicate for method references.
|
static interface |
LObjIntBytePredicate.LObjByteIntPred<T>
Permutation of LObjIntBytePredicate for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LObjIntBytePredicate.LObjIntBytePredicateSingle<T> |
| Modifier and Type | Method and Description |
|---|---|
default LObjIntBytePredicate<T> |
LObjIntBytePredicate.and(LObjIntBytePredicate<? super T> other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
default LObjIntBytePredicate<T> |
LObjIntBytePredicate.boolToObjIntBytePred(LLogicalOperator after)
Combines two functions together in a order.
|
default <V2> LObjIntBytePredicate<V2> |
LObjIntBytePredicate.cast()
Cast that replace generics.
|
static <V2,T> LObjIntBytePredicate<V2> |
LObjIntBytePredicate.cast(LObjIntBytePredicate<T> function)
Cast that replace generics.
|
default <V1> LObjIntBytePredicate<V1> |
LObjIntBytePredicate.compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LByteUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,T> LObjIntBytePredicate<V1> |
LObjIntBytePredicate.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LByteUnaryOperator before3,
LObjIntBytePredicate<T> after) |
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.constant(boolean r)
Creates function that always returns the same value.
|
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.failSafe(LObjIntBytePredicate<T> func,
LObjIntBytePredicate<T> failSafe) |
default LObjIntBytePredicate<T> |
LObjIntBytePredicate.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.isEqual(T v1,
int v2,
byte v3)
Creates predicate that evaluates if an object is equal with the argument one.
|
default LObjIntBytePredicate<T> |
LObjIntBytePredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.objIntBytePred(LObjIntBytePredicate<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.objIntBytePredThrowing(ExF<Throwable> exF) |
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.objIntBytePredThrowing(String message,
ExMF<Throwable> exF) |
default LObjIntBytePredicate<T> |
LObjIntBytePredicate.or(LObjIntBytePredicate<? super T> other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.recursive(LFunction<LObjIntBytePredicate<T>,LObjIntBytePredicate<T>> selfLambda) |
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.safe()
Safe instance.
|
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.safe(LObjIntBytePredicate<T> other)
Safe wrapping.
|
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.test1st(LPredicate<T> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.test2nd(LIntPredicate func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.test3rd(LBytePredicate func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LObjIntBytePredicate<T> |
LObjIntBytePredicate.trying(ExWF<RuntimeException> exF) |
default LObjIntBytePredicate<T> |
LObjIntBytePredicate.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LObjIntBytePredicate<T> |
LObjIntBytePredicate.tryingThen(LPredicate<Throwable> handler) |
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.uncurry(LFunction<T,LIntFunction<LBytePredicate>> func) |
default LObjIntBytePredicate |
LObjIntBytePredicate.untyped()
Cast that removes generics.
|
LObjIntBytePredicate<T> |
LObjIntBytePredicate.LObjIntBytePredicateSingle.value() |
default LObjIntBytePredicate<T> |
LObjIntBytePredicate.xor(LObjIntBytePredicate<? super T> 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 <T> LSupplier<LObjIntBytePredicate<T>> |
LObjIntBytePredicate.safeSupplier()
Safe instance supplier.
|
static <T> LSupplier<LObjIntBytePredicate<T>> |
LObjIntBytePredicate.safeSupplier(LSupplier<LObjIntBytePredicate<T>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LObjIntBytePredicate<T> |
LObjIntBytePredicate.and(LObjIntBytePredicate<? super T> other)
Returns a predicate that represents the logical AND of evaluation of this predicate and the argument one.
|
static <T> boolean |
LObjIntBytePredicate.call(T a1,
int a2,
byte a3,
LObjIntBytePredicate<T> lambda) |
static <V2,T> LObjIntBytePredicate<V2> |
LObjIntBytePredicate.cast(LObjIntBytePredicate<T> function)
Cast that replace generics.
|
static <V1,T> LObjIntBytePredicate<V1> |
LObjIntBytePredicate.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LByteUnaryOperator before3,
LObjIntBytePredicate<T> after) |
static <V1,V2,V3,T> |
LObjIntBytePredicate.composed(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LToByteFunction<? super V3> before3,
LObjIntBytePredicate<T> after) |
static <T> boolean |
LObjIntBytePredicate.doIf(T a1,
int a2,
byte a3,
LObjIntBytePredicate<T> predicate,
LAction action) |
static <T> boolean |
LObjIntBytePredicate.doIf(T a1,
int a2,
byte a3,
LObjIntBytePredicate<T> predicate,
LTieByteConsumer<? super T> consumer) |
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.failSafe(LObjIntBytePredicate<T> func,
LObjIntBytePredicate<T> failSafe) |
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.failSafe(LObjIntBytePredicate<T> func,
LObjIntBytePredicate<T> failSafe) |
default boolean |
LObjIntBytePredicate.failSafeTest(T a1,
int a2,
byte a3,
LObjIntBytePredicate<T> failSafe) |
static <T> boolean |
LObjIntBytePredicate.failSafeTest(T a1,
int a2,
byte a3,
LObjIntBytePredicate<T> func,
LObjIntBytePredicate<T> failSafe) |
static <T> boolean |
LObjIntBytePredicate.failSafeTest(T a1,
int a2,
byte a3,
LObjIntBytePredicate<T> func,
LObjIntBytePredicate<T> failSafe) |
static <T> void |
LObjIntBytePredicate.fromTill(int min_a2,
int max_a2,
T a1,
byte a3,
LObjIntBytePredicate<T> func)
From-To.
|
static <T> void |
LObjIntBytePredicate.fromTo(int min_a2,
int max_a2,
T a1,
byte a3,
LObjIntBytePredicate<T> func)
From-To.
|
static <T> boolean |
LObjIntBytePredicate.handlingTest(T a1,
int a2,
byte a3,
LObjIntBytePredicate<T> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.objIntBytePred(LObjIntBytePredicate<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
default LObjIntBytePredicate<T> |
LObjIntBytePredicate.or(LObjIntBytePredicate<? super T> other)
Returns a predicate that represents the logical OR of evaluation of this predicate and the argument one.
|
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.safe(LObjIntBytePredicate<T> other)
Safe wrapping.
|
static <T> void |
LObjIntBytePredicate.throwIf(T a1,
int a2,
byte a3,
LObjIntBytePredicate<T> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T> void |
LObjIntBytePredicate.throwIfNot(T a1,
int a2,
byte a3,
LObjIntBytePredicate<T> pred,
ExMF<RuntimeException> factory,
String newMessage,
Object... messageParams) |
static <T> void |
LObjIntBytePredicate.times(int max_a2,
T a1,
byte a3,
LObjIntBytePredicate<T> func)
From-To.
|
static <T> boolean |
LObjIntBytePredicate.tryTest(T a1,
int a2,
byte a3,
LObjIntBytePredicate<T> func) |
static <T> boolean |
LObjIntBytePredicate.tryTest(T a1,
int a2,
byte a3,
LObjIntBytePredicate<T> func,
ExWF<RuntimeException> exF) |
static <T> boolean |
LObjIntBytePredicate.tryTest(T a1,
int a2,
byte a3,
LObjIntBytePredicate<T> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T> boolean |
LObjIntBytePredicate.tryTestThen(T a1,
int a2,
byte a3,
LObjIntBytePredicate<T> func,
LPredicate<Throwable> handler) |
default LObjIntBytePredicate<T> |
LObjIntBytePredicate.xor(LObjIntBytePredicate<? super T> 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 <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.recursive(LFunction<LObjIntBytePredicate<T>,LObjIntBytePredicate<T>> selfLambda) |
static <T> LObjIntBytePredicate<T> |
LObjIntBytePredicate.recursive(LFunction<LObjIntBytePredicate<T>,LObjIntBytePredicate<T>> selfLambda) |
static <T> LSupplier<LObjIntBytePredicate<T>> |
LObjIntBytePredicate.safeSupplier(LSupplier<LObjIntBytePredicate<T>> supplier)
Safe supplier.
|
Copyright © 2019. All rights reserved.