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