| 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 |
LObjIntObjFunction.LInt1BiObj2Func<T1,T2,R>
Permutation of LObjIntObjFunction for method references.
|
static interface |
LObjIntObjFunction.LInt1Obj2Obj0Func<T2,T1,R>
Permutation of LObjIntObjFunction for method references.
|
static interface |
LObjIntObjFunction.LObj0Obj2Int1Func<T1,T2,R>
Permutation of LObjIntObjFunction for method references.
|
static interface |
LObjIntObjFunction.LObj2Int1Obj0Func<T2,T1,R>
Permutation of LObjIntObjFunction for method references.
|
static interface |
LObjIntObjFunction.LObj2Obj0Int1Func<T2,T1,R>
Permutation of LObjIntObjFunction for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LObjIntObjFunction.LObjIntObjFunctionSingle<T1,T2,R> |
| Modifier and Type | Method and Description |
|---|---|
default LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.after(LConsumer<? super R> after) |
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.apply1st(LFunction<T1,R> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.apply2nd(LIntFunction<R> func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.apply3rd(LFunction<T2,R> func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.before(LTieConsumer<? super T1,? super T2> before) |
default <V2,V3,V4> LObjIntObjFunction<V2,V3,V4> |
LObjIntObjFunction.cast()
Cast that replace generics.
|
static <V2,V3,V4,T1,T2,R> |
LObjIntObjFunction.cast(LObjIntObjFunction<T1,T2,R> function)
Cast that replace generics.
|
default <V1,V3> LObjIntObjFunction<V1,V3,R> |
LObjIntObjFunction.compose(LFunction<? super V1,? extends T1> before1,
LIntUnaryOperator before2,
LFunction<? super V3,? extends T2> before3)
Allows to manipulate the domain of the function.
|
static <V1,V3,T1,T2,R> |
LObjIntObjFunction.composed(LFunction<? super V1,? extends T1> before1,
LIntUnaryOperator before2,
LFunction<? super V3,? extends T2> before3,
LObjIntObjFunction<T1,T2,R> after) |
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.constant(R r)
Creates function that always returns the same value.
|
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.failSafe(LObjIntObjFunction<T1,T2,R> func,
LObjIntObjFunction<T1,T2,R> failSafe) |
default LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
default LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.nonNullable()
Converts to function that makes sure that the result is not null.
|
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.objIntObjFunc(LObjIntObjFunction<T1,T2,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.objIntObjFuncThrowing(ExF<Throwable> exF) |
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.objIntObjFuncThrowing(String message,
ExMF<Throwable> exF) |
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.recursive(LFunction<LObjIntObjFunction<T1,T2,R>,LObjIntObjFunction<T1,T2,R>> selfLambda) |
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.safe()
Safe instance.
|
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.safe(LObjIntObjFunction<T1,T2,R> other)
Safe wrapping.
|
default <V> LObjIntObjFunction<T1,T2,V> |
LObjIntObjFunction.then(LFunction<? super R,? extends V> after)
Combines two functions together in a order.
|
default LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.trying(ExWF<RuntimeException> exF) |
default LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.tryingThen(LFunction<Throwable,R> handler) |
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.uncurry(LFunction<T1,LIntFunction<LFunction<T2,R>>> func) |
default LObjIntObjFunction |
LObjIntObjFunction.untyped()
Cast that removes generics.
|
LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.LObjIntObjFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,R> LSupplier<LObjIntObjFunction<T1,T2,R>> |
LObjIntObjFunction.safeSupplier()
Safe instance supplier.
|
static <T1,T2,R> LSupplier<LObjIntObjFunction<T1,T2,R>> |
LObjIntObjFunction.safeSupplier(LSupplier<LObjIntObjFunction<T1,T2,R>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,R> R |
LObjIntObjFunction.call(T1 a1,
int a2,
T2 a3,
LObjIntObjFunction<T1,T2,R> lambda) |
static <V2,V3,V4,T1,T2,R> |
LObjIntObjFunction.cast(LObjIntObjFunction<T1,T2,R> function)
Cast that replace generics.
|
static <V1,V3,T1,T2,R> |
LObjIntObjFunction.composed(LFunction<? super V1,? extends T1> before1,
LIntUnaryOperator before2,
LFunction<? super V3,? extends T2> before3,
LObjIntObjFunction<T1,T2,R> after) |
static <V1,V2,V3,T1,T2,R> |
LObjIntObjFunction.composed(LFunction<? super V1,? extends T1> before1,
LToIntFunction<? super V2> before2,
LFunction<? super V3,? extends T2> before3,
LObjIntObjFunction<T1,T2,R> after) |
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.failSafe(LObjIntObjFunction<T1,T2,R> func,
LObjIntObjFunction<T1,T2,R> failSafe) |
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.failSafe(LObjIntObjFunction<T1,T2,R> func,
LObjIntObjFunction<T1,T2,R> failSafe) |
default R |
LObjIntObjFunction.failSafeApply(T1 a1,
int a2,
T2 a3,
LObjIntObjFunction<T1,T2,R> failSafe) |
static <T1,T2,R> R |
LObjIntObjFunction.failSafeApply(T1 a1,
int a2,
T2 a3,
LObjIntObjFunction<T1,T2,R> func,
LObjIntObjFunction<T1,T2,R> failSafe) |
static <T1,T2,R> R |
LObjIntObjFunction.failSafeApply(T1 a1,
int a2,
T2 a3,
LObjIntObjFunction<T1,T2,R> func,
LObjIntObjFunction<T1,T2,R> failSafe) |
static <T1,T2,R> void |
LObjIntObjFunction.fromTill(int min_a2,
int max_a2,
T1 a1,
T2 a3,
LObjIntObjFunction<T1,T2,R> func)
From-To.
|
static <T1,T2,R> void |
LObjIntObjFunction.fromTo(int min_a2,
int max_a2,
T1 a1,
T2 a3,
LObjIntObjFunction<T1,T2,R> func)
From-To.
|
static <T1,T2,R> R |
LObjIntObjFunction.handlingApply(T1 a1,
int a2,
T2 a3,
LObjIntObjFunction<T1,T2,R> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.objIntObjFunc(LObjIntObjFunction<T1,T2,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.safe(LObjIntObjFunction<T1,T2,R> other)
Safe wrapping.
|
static <T1,T2,R> void |
LObjIntObjFunction.times(int max_a2,
T1 a1,
T2 a3,
LObjIntObjFunction<T1,T2,R> func)
From-To.
|
static <T1,T2,R> R |
LObjIntObjFunction.tryApply(T1 a1,
int a2,
T2 a3,
LObjIntObjFunction<T1,T2,R> func) |
static <T1,T2,R> R |
LObjIntObjFunction.tryApply(T1 a1,
int a2,
T2 a3,
LObjIntObjFunction<T1,T2,R> func,
ExWF<RuntimeException> exF) |
static <T1,T2,R> R |
LObjIntObjFunction.tryApply(T1 a1,
int a2,
T2 a3,
LObjIntObjFunction<T1,T2,R> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T1,T2,R> R |
LObjIntObjFunction.tryApplyThen(T1 a1,
int a2,
T2 a3,
LObjIntObjFunction<T1,T2,R> func,
LFunction<Throwable,R> handler) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.recursive(LFunction<LObjIntObjFunction<T1,T2,R>,LObjIntObjFunction<T1,T2,R>> selfLambda) |
static <T1,T2,R> LObjIntObjFunction<T1,T2,R> |
LObjIntObjFunction.recursive(LFunction<LObjIntObjFunction<T1,T2,R>,LObjIntObjFunction<T1,T2,R>> selfLambda) |
static <T1,T2,R> LSupplier<LObjIntObjFunction<T1,T2,R>> |
LObjIntObjFunction.safeSupplier(LSupplier<LObjIntObjFunction<T1,T2,R>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default <V> LObjIntObjFunction<T1,T2,V> |
LTieFunction.then(LIntFunction<? extends V> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default <V> LObjIntObjFunction<T1,T2,V> |
LObjIntObjPredicate.boolToObjIntObjFunc(LBoolFunction<? extends V> after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.