| Package | Description |
|---|---|
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.function.to | |
| eu.lunisolar.magma.func.predicate |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjIntBoolFunction.LBoolIntObjFunc<T,R>
Permutation of LObjIntBoolFunction for method references.
|
static interface |
LObjIntBoolFunction.LBoolObjIntFunc<T,R>
Permutation of LObjIntBoolFunction for method references.
|
static interface |
LObjIntBoolFunction.LIntBoolObjFunc<T,R>
Permutation of LObjIntBoolFunction for method references.
|
static interface |
LObjIntBoolFunction.LIntObjBoolFunc<T,R>
Permutation of LObjIntBoolFunction for method references.
|
static interface |
LObjIntBoolFunction.LObjBoolIntFunc<T,R>
Permutation of LObjIntBoolFunction for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LObjIntBoolFunction.LObjIntBoolFunctionSingle<T,R> |
| Modifier and Type | Method and Description |
|---|---|
default LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.after(LConsumer<? super R> after) |
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.apply1st(LFunction<T,R> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.apply2nd(LIntFunction<R> func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.apply3rd(LBoolFunction<R> func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.before(LTieBoolConsumer<? super T> before) |
default <V2,V3> LObjIntBoolFunction<V2,V3> |
LObjIntBoolFunction.cast()
Cast that replace generics.
|
static <V2,V3,T,R> |
LObjIntBoolFunction.cast(LObjIntBoolFunction<T,R> function)
Cast that replace generics.
|
default <V1> LObjIntBoolFunction<V1,R> |
LObjIntBoolFunction.compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LLogicalOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,T,R> LObjIntBoolFunction<V1,R> |
LObjIntBoolFunction.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LLogicalOperator before3,
LObjIntBoolFunction<T,R> after) |
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.constant(R r)
Creates function that always returns the same value.
|
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.failSafe(LObjIntBoolFunction<T,R> func,
LObjIntBoolFunction<T,R> failSafe) |
default LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
default LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.nonNullable()
Converts to function that makes sure that the result is not null.
|
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.objIntBoolFunc(LObjIntBoolFunction<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.objIntBoolFuncThrowing(ExF<Throwable> exF) |
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.objIntBoolFuncThrowing(String message,
ExMF<Throwable> exF) |
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.recursive(LFunction<LObjIntBoolFunction<T,R>,LObjIntBoolFunction<T,R>> selfLambda) |
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.safe()
Safe instance.
|
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.safe(LObjIntBoolFunction<T,R> other)
Safe wrapping.
|
default <V> LObjIntBoolFunction<T,V> |
LObjIntBoolFunction.then(LFunction<? super R,? extends V> after)
Combines two functions together in a order.
|
default LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.trying(ExWF<RuntimeException> exF) |
default LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.tryingThen(LFunction<Throwable,R> handler) |
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.uncurry(LFunction<T,LIntFunction<LBoolFunction<R>>> func) |
default LObjIntBoolFunction |
LObjIntBoolFunction.untyped()
Cast that removes generics.
|
LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.LObjIntBoolFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> LSupplier<LObjIntBoolFunction<T,R>> |
LObjIntBoolFunction.safeSupplier()
Safe instance supplier.
|
static <T,R> LSupplier<LObjIntBoolFunction<T,R>> |
LObjIntBoolFunction.safeSupplier(LSupplier<LObjIntBoolFunction<T,R>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,R> R |
LObjIntBoolFunction.call(T a1,
int a2,
boolean a3,
LObjIntBoolFunction<T,R> lambda) |
static <V2,V3,T,R> |
LObjIntBoolFunction.cast(LObjIntBoolFunction<T,R> function)
Cast that replace generics.
|
static <V1,T,R> LObjIntBoolFunction<V1,R> |
LObjIntBoolFunction.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LLogicalOperator before3,
LObjIntBoolFunction<T,R> after) |
static <V1,V2,V3,T,R> |
LObjIntBoolFunction.composed(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LPredicate<? super V3> before3,
LObjIntBoolFunction<T,R> after) |
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.failSafe(LObjIntBoolFunction<T,R> func,
LObjIntBoolFunction<T,R> failSafe) |
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.failSafe(LObjIntBoolFunction<T,R> func,
LObjIntBoolFunction<T,R> failSafe) |
default R |
LObjIntBoolFunction.failSafeApply(T a1,
int a2,
boolean a3,
LObjIntBoolFunction<T,R> failSafe) |
static <T,R> R |
LObjIntBoolFunction.failSafeApply(T a1,
int a2,
boolean a3,
LObjIntBoolFunction<T,R> func,
LObjIntBoolFunction<T,R> failSafe) |
static <T,R> R |
LObjIntBoolFunction.failSafeApply(T a1,
int a2,
boolean a3,
LObjIntBoolFunction<T,R> func,
LObjIntBoolFunction<T,R> failSafe) |
static <T,R> void |
LObjIntBoolFunction.fromTill(int min_a2,
int max_a2,
T a1,
boolean a3,
LObjIntBoolFunction<T,R> func)
From-To.
|
static <T,R> void |
LObjIntBoolFunction.fromTo(int min_a2,
int max_a2,
T a1,
boolean a3,
LObjIntBoolFunction<T,R> func)
From-To.
|
static <T,R> R |
LObjIntBoolFunction.handlingApply(T a1,
int a2,
boolean a3,
LObjIntBoolFunction<T,R> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.objIntBoolFunc(LObjIntBoolFunction<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.safe(LObjIntBoolFunction<T,R> other)
Safe wrapping.
|
static <T,R> void |
LObjIntBoolFunction.times(int max_a2,
T a1,
boolean a3,
LObjIntBoolFunction<T,R> func)
From-To.
|
static <T,R> R |
LObjIntBoolFunction.tryApply(T a1,
int a2,
boolean a3,
LObjIntBoolFunction<T,R> func) |
static <T,R> R |
LObjIntBoolFunction.tryApply(T a1,
int a2,
boolean a3,
LObjIntBoolFunction<T,R> func,
ExWF<RuntimeException> exF) |
static <T,R> R |
LObjIntBoolFunction.tryApply(T a1,
int a2,
boolean a3,
LObjIntBoolFunction<T,R> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T,R> R |
LObjIntBoolFunction.tryApplyThen(T a1,
int a2,
boolean a3,
LObjIntBoolFunction<T,R> func,
LFunction<Throwable,R> handler) |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.recursive(LFunction<LObjIntBoolFunction<T,R>,LObjIntBoolFunction<T,R>> selfLambda) |
static <T,R> LObjIntBoolFunction<T,R> |
LObjIntBoolFunction.recursive(LFunction<LObjIntBoolFunction<T,R>,LObjIntBoolFunction<T,R>> selfLambda) |
static <T,R> LSupplier<LObjIntBoolFunction<T,R>> |
LObjIntBoolFunction.safeSupplier(LSupplier<LObjIntBoolFunction<T,R>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default <V> LObjIntBoolFunction<T,V> |
LTieBoolFunction.then(LIntFunction<? extends V> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default <V> LObjIntBoolFunction<T,V> |
LObjIntBoolPredicate.boolToObjIntBoolFunc(LBoolFunction<? extends V> after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.