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