| 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 |
LObjIntCharFunction.LCharIntObjFunc<T,R>
Permutation of LObjIntCharFunction for method references.
|
static interface |
LObjIntCharFunction.LCharObjIntFunc<T,R>
Permutation of LObjIntCharFunction for method references.
|
static interface |
LObjIntCharFunction.LIntCharObjFunc<T,R>
Permutation of LObjIntCharFunction for method references.
|
static interface |
LObjIntCharFunction.LIntObjCharFunc<T,R>
Permutation of LObjIntCharFunction for method references.
|
static interface |
LObjIntCharFunction.LObjCharIntFunc<T,R>
Permutation of LObjIntCharFunction for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LObjIntCharFunction.LObjIntCharFunctionSingle<T,R> |
| Modifier and Type | Method and Description |
|---|---|
default LObjIntCharFunction<T,R> |
LObjIntCharFunction.after(LConsumer<? super R> after) |
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.apply1st(LFunction<T,R> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.apply2nd(LIntFunction<R> func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.apply3rd(LCharFunction<R> func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LObjIntCharFunction<T,R> |
LObjIntCharFunction.before(LTieCharConsumer<? super T> before) |
default <V2,V3> LObjIntCharFunction<V2,V3> |
LObjIntCharFunction.cast()
Cast that replace generics.
|
static <V2,V3,T,R> |
LObjIntCharFunction.cast(LObjIntCharFunction<T,R> function)
Cast that replace generics.
|
default <V1> LObjIntCharFunction<V1,R> |
LObjIntCharFunction.compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LCharUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,T,R> LObjIntCharFunction<V1,R> |
LObjIntCharFunction.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LCharUnaryOperator before3,
LObjIntCharFunction<T,R> after) |
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.constant(R r)
Creates function that always returns the same value.
|
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.failSafe(LObjIntCharFunction<T,R> func,
LObjIntCharFunction<T,R> failSafe) |
default LObjIntCharFunction<T,R> |
LObjIntCharFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
default LObjIntCharFunction<T,R> |
LObjIntCharFunction.nonNullable()
Converts to function that makes sure that the result is not null.
|
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.objIntCharFunc(LObjIntCharFunction<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> LObjIntCharFunction<T,R> |
LObjIntCharFunction.objIntCharFuncThrowing(ExF<Throwable> exF) |
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.objIntCharFuncThrowing(String message,
ExMF<Throwable> exF) |
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.recursive(LFunction<LObjIntCharFunction<T,R>,LObjIntCharFunction<T,R>> selfLambda) |
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.safe()
Safe instance.
|
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.safe(LObjIntCharFunction<T,R> other)
Safe wrapping.
|
default <V> LObjIntCharFunction<T,V> |
LObjIntCharFunction.then(LFunction<? super R,? extends V> after)
Combines two functions together in a order.
|
default LObjIntCharFunction<T,R> |
LObjIntCharFunction.trying(ExWF<RuntimeException> exF) |
default LObjIntCharFunction<T,R> |
LObjIntCharFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LObjIntCharFunction<T,R> |
LObjIntCharFunction.tryingThen(LFunction<Throwable,R> handler) |
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.uncurry(LFunction<T,LIntFunction<LCharFunction<R>>> func) |
default LObjIntCharFunction |
LObjIntCharFunction.untyped()
Cast that removes generics.
|
LObjIntCharFunction<T,R> |
LObjIntCharFunction.LObjIntCharFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> LSupplier<LObjIntCharFunction<T,R>> |
LObjIntCharFunction.safeSupplier()
Safe instance supplier.
|
static <T,R> LSupplier<LObjIntCharFunction<T,R>> |
LObjIntCharFunction.safeSupplier(LSupplier<LObjIntCharFunction<T,R>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,R> R |
LObjIntCharFunction.call(T a1,
int a2,
char a3,
LObjIntCharFunction<T,R> lambda) |
static <V2,V3,T,R> |
LObjIntCharFunction.cast(LObjIntCharFunction<T,R> function)
Cast that replace generics.
|
static <V1,T,R> LObjIntCharFunction<V1,R> |
LObjIntCharFunction.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LCharUnaryOperator before3,
LObjIntCharFunction<T,R> after) |
static <V1,V2,V3,T,R> |
LObjIntCharFunction.composed(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LToCharFunction<? super V3> before3,
LObjIntCharFunction<T,R> after) |
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.failSafe(LObjIntCharFunction<T,R> func,
LObjIntCharFunction<T,R> failSafe) |
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.failSafe(LObjIntCharFunction<T,R> func,
LObjIntCharFunction<T,R> failSafe) |
default R |
LObjIntCharFunction.failSafeApply(T a1,
int a2,
char a3,
LObjIntCharFunction<T,R> failSafe) |
static <T,R> R |
LObjIntCharFunction.failSafeApply(T a1,
int a2,
char a3,
LObjIntCharFunction<T,R> func,
LObjIntCharFunction<T,R> failSafe) |
static <T,R> R |
LObjIntCharFunction.failSafeApply(T a1,
int a2,
char a3,
LObjIntCharFunction<T,R> func,
LObjIntCharFunction<T,R> failSafe) |
static <T,R> void |
LObjIntCharFunction.fromTill(int min_a2,
int max_a2,
T a1,
char a3,
LObjIntCharFunction<T,R> func)
From-To.
|
static <T,R> void |
LObjIntCharFunction.fromTo(int min_a2,
int max_a2,
T a1,
char a3,
LObjIntCharFunction<T,R> func)
From-To.
|
static <T,R> R |
LObjIntCharFunction.handlingApply(T a1,
int a2,
char a3,
LObjIntCharFunction<T,R> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.objIntCharFunc(LObjIntCharFunction<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> LObjIntCharFunction<T,R> |
LObjIntCharFunction.safe(LObjIntCharFunction<T,R> other)
Safe wrapping.
|
static <T,R> void |
LObjIntCharFunction.times(int max_a2,
T a1,
char a3,
LObjIntCharFunction<T,R> func)
From-To.
|
static <T,R> R |
LObjIntCharFunction.tryApply(T a1,
int a2,
char a3,
LObjIntCharFunction<T,R> func) |
static <T,R> R |
LObjIntCharFunction.tryApply(T a1,
int a2,
char a3,
LObjIntCharFunction<T,R> func,
ExWF<RuntimeException> exF) |
static <T,R> R |
LObjIntCharFunction.tryApply(T a1,
int a2,
char a3,
LObjIntCharFunction<T,R> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T,R> R |
LObjIntCharFunction.tryApplyThen(T a1,
int a2,
char a3,
LObjIntCharFunction<T,R> func,
LFunction<Throwable,R> handler) |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.recursive(LFunction<LObjIntCharFunction<T,R>,LObjIntCharFunction<T,R>> selfLambda) |
static <T,R> LObjIntCharFunction<T,R> |
LObjIntCharFunction.recursive(LFunction<LObjIntCharFunction<T,R>,LObjIntCharFunction<T,R>> selfLambda) |
static <T,R> LSupplier<LObjIntCharFunction<T,R>> |
LObjIntCharFunction.safeSupplier(LSupplier<LObjIntCharFunction<T,R>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default <V> LObjIntCharFunction<T,V> |
LTieCharFunction.then(LIntFunction<? extends V> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default <V> LObjIntCharFunction<T,V> |
LObjIntCharPredicate.boolToObjIntCharFunc(LBoolFunction<? extends V> after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.