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