| Package | Description |
|---|---|
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.predicate |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBiObjFltFunction.LFlt2Obj0Obj1Func<T1,T2,R>
Permutation of LBiObjFltFunction for method references.
|
static interface |
LBiObjFltFunction.LFlt2Obj1Obj0Func<T2,T1,R>
Permutation of LBiObjFltFunction for method references.
|
static interface |
LBiObjFltFunction.LObj0Flt2Obj1Func<T1,T2,R>
Permutation of LBiObjFltFunction for method references.
|
static interface |
LBiObjFltFunction.LObj1Flt2Obj0Func<T2,T1,R>
Permutation of LBiObjFltFunction for method references.
|
static interface |
LBiObjFltFunction.LObj1Obj0Flt2Func<T2,T1,R>
Permutation of LBiObjFltFunction for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiObjFltFunction.LBiObjFltFunctionSingle<T1,T2,R> |
| Modifier and Type | Method and Description |
|---|---|
default LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.after(LConsumer<? super R> after) |
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.apply1st(LFunction<T1,R> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.apply2nd(LFunction<T2,R> func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.apply3rd(LFltFunction<R> func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.before(LBiObjFltConsumer<? super T1,? super T2> before) |
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.biObjFltFunc(LBiObjFltFunction<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> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.biObjFltFuncThrowing(ExF<Throwable> exF) |
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.biObjFltFuncThrowing(String message,
ExMF<Throwable> exF) |
default <V2,V3,V4> LBiObjFltFunction<V2,V3,V4> |
LBiObjFltFunction.cast()
Cast that replace generics.
|
static <V2,V3,V4,T1,T2,R> |
LBiObjFltFunction.cast(LBiObjFltFunction<T1,T2,R> function)
Cast that replace generics.
|
default <V1,V2> LBiObjFltFunction<V1,V2,R> |
LBiObjFltFunction.compose(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LFltUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,V2,T1,T2,R> |
LBiObjFltFunction.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LFltUnaryOperator before3,
LBiObjFltFunction<T1,T2,R> after) |
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.constant(R r)
Creates function that always returns the same value.
|
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.failSafe(LBiObjFltFunction<T1,T2,R> func,
LBiObjFltFunction<T1,T2,R> failSafe) |
default LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
default LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.nonNullable()
Converts to function that makes sure that the result is not null.
|
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.recursive(LFunction<LBiObjFltFunction<T1,T2,R>,LBiObjFltFunction<T1,T2,R>> selfLambda) |
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.safe()
Safe instance.
|
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.safe(LBiObjFltFunction<T1,T2,R> other)
Safe wrapping.
|
default <V> LBiObjFltFunction<T1,T2,V> |
LBiObjFltFunction.then(LFunction<? super R,? extends V> after)
Combines two functions together in a order.
|
default LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.trying(ExWF<RuntimeException> exF) |
default LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.tryingThen(LFunction<Throwable,R> handler) |
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.uncurry(LFunction<T1,LFunction<T2,LFltFunction<R>>> func) |
default LBiObjFltFunction |
LBiObjFltFunction.untyped()
Cast that removes generics.
|
LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.LBiObjFltFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,R> LSupplier<LBiObjFltFunction<T1,T2,R>> |
LBiObjFltFunction.safeSupplier()
Safe instance supplier.
|
static <T1,T2,R> LSupplier<LBiObjFltFunction<T1,T2,R>> |
LBiObjFltFunction.safeSupplier(LSupplier<LBiObjFltFunction<T1,T2,R>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.biObjFltFunc(LBiObjFltFunction<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> R |
LBiObjFltFunction.call(T1 a1,
T2 a2,
float a3,
LBiObjFltFunction<T1,T2,R> lambda) |
static <V2,V3,V4,T1,T2,R> |
LBiObjFltFunction.cast(LBiObjFltFunction<T1,T2,R> function)
Cast that replace generics.
|
static <V1,V2,T1,T2,R> |
LBiObjFltFunction.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LFltUnaryOperator before3,
LBiObjFltFunction<T1,T2,R> after) |
static <V1,V2,V3,T1,T2,R> |
LBiObjFltFunction.composed(LFunction<? super V1,? extends T1> before1,
LFunction<? super V2,? extends T2> before2,
LToFltFunction<? super V3> before3,
LBiObjFltFunction<T1,T2,R> after) |
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.failSafe(LBiObjFltFunction<T1,T2,R> func,
LBiObjFltFunction<T1,T2,R> failSafe) |
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.failSafe(LBiObjFltFunction<T1,T2,R> func,
LBiObjFltFunction<T1,T2,R> failSafe) |
default R |
LBiObjFltFunction.failSafeApply(T1 a1,
T2 a2,
float a3,
LBiObjFltFunction<T1,T2,R> failSafe) |
static <T1,T2,R> R |
LBiObjFltFunction.failSafeApply(T1 a1,
T2 a2,
float a3,
LBiObjFltFunction<T1,T2,R> func,
LBiObjFltFunction<T1,T2,R> failSafe) |
static <T1,T2,R> R |
LBiObjFltFunction.failSafeApply(T1 a1,
T2 a2,
float a3,
LBiObjFltFunction<T1,T2,R> func,
LBiObjFltFunction<T1,T2,R> failSafe) |
static <T1,T2,R> void |
LBiObjFltFunction.fromTill(int min_i,
int max_i,
T1 a1,
T2 a2,
float a3,
LBiObjFltFunction<T1,T2,R> func)
From-To.
|
static <T1,T2,R> void |
LBiObjFltFunction.fromTo(int min_i,
int max_i,
T1 a1,
T2 a2,
float a3,
LBiObjFltFunction<T1,T2,R> func)
From-To.
|
static <T1,T2,R> R |
LBiObjFltFunction.handlingApply(T1 a1,
T2 a2,
float a3,
LBiObjFltFunction<T1,T2,R> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T2,R,T1> LObjFltFunction<T2,R> |
LBiObjFltFunction.lShrinked(LObjFltFunction<T2,T1> left,
LBiObjFltFunction<T1,T2,R> func) |
static <T2,R,T1> LObjFltFunction<T2,R> |
LBiObjFltFunction.lShrinkedc(T1 a1,
LBiObjFltFunction<T1,T2,R> func) |
static <T1,T2,R> LBiFunction<T1,T2,R> |
LBiObjFltFunction.rShrinked(LToFltBiFunction<T1,T2> right,
LBiObjFltFunction<T1,T2,R> func) |
static <T1,T2,R> LBiFunction<T1,T2,R> |
LBiObjFltFunction.rShrinkedc(float a3,
LBiObjFltFunction<T1,T2,R> func) |
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.safe(LBiObjFltFunction<T1,T2,R> other)
Safe wrapping.
|
static <T1,T2,R> void |
LBiObjFltFunction.times(int max_i,
T1 a1,
T2 a2,
float a3,
LBiObjFltFunction<T1,T2,R> func)
From-To.
|
static <T1,T2,R> R |
LBiObjFltFunction.tryApply(T1 a1,
T2 a2,
float a3,
LBiObjFltFunction<T1,T2,R> func) |
static <T1,T2,R> R |
LBiObjFltFunction.tryApply(T1 a1,
T2 a2,
float a3,
LBiObjFltFunction<T1,T2,R> func,
ExWF<RuntimeException> exF) |
static <T1,T2,R> R |
LBiObjFltFunction.tryApply(T1 a1,
T2 a2,
float a3,
LBiObjFltFunction<T1,T2,R> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T1,T2,R> R |
LBiObjFltFunction.tryApplyThen(T1 a1,
T2 a2,
float a3,
LBiObjFltFunction<T1,T2,R> func,
LFunction<Throwable,R> handler) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.recursive(LFunction<LBiObjFltFunction<T1,T2,R>,LBiObjFltFunction<T1,T2,R>> selfLambda) |
static <T1,T2,R> LBiObjFltFunction<T1,T2,R> |
LBiObjFltFunction.recursive(LFunction<LBiObjFltFunction<T1,T2,R>,LBiObjFltFunction<T1,T2,R>> selfLambda) |
static <T1,T2,R> LSupplier<LBiObjFltFunction<T1,T2,R>> |
LBiObjFltFunction.safeSupplier(LSupplier<LBiObjFltFunction<T1,T2,R>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default <V> LBiObjFltFunction<T1,T2,V> |
LBiObjFltPredicate.boolToBiObjFltFunc(LBoolFunction<? extends V> after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.