| Package | Description |
|---|---|
| eu.lunisolar.magma.func.consumer.primitives.obj | |
| eu.lunisolar.magma.func.function.from | |
| eu.lunisolar.magma.func.function.to | |
| eu.lunisolar.magma.func.predicate |
| Modifier and Type | Method and Description |
|---|---|
static <T,SRC> int |
LTieFltConsumer.tieForEach(int sStart,
int sEnd,
int tStart,
T trg1,
SRC src3,
LOiToFltFunction<SRC> srcAcc3,
LTieFltConsumer<? super T> consumer)
ITERATION: TIE_CONSUMER: FOR, [SourcePurpose{arg=int sStart, type=CONST}, SourcePurpose{arg=int sEnd, type=CONST}, SourcePurpose{arg=int tStart, type=CONST}, SourcePurpose{arg=T trg1, type=CONST}, SourcePurpose{arg=float a3, type=TIE_SOURCE}, SourcePurpose{arg=float a3, type=TIE_SUPPLIER}, SourcePurpose{arg=LTieFltConsumer<? super T> consumer, type=CONST}]
|
| Modifier and Type | Method and Description |
|---|---|
default LOiToFltFunction<T> |
LOiFunction.thenToFlt(LToFltFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LOiToFltFunction.LIntObjToFltFunc<T>
Permutation of LOiToFltFunction for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LOiToFltFunction.LOiToFltFunctionSingle<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToFltFunction<T> |
LOiToFltFunction.apply1stAsFlt(LToFltFunction<T> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T> LOiToFltFunction<T> |
LOiToFltFunction.apply2ndAsFlt(LIntToFltFunction func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
default <V2> LOiToFltFunction<V2> |
LOiToFltFunction.cast()
Cast that replace generics.
|
static <V2,T> LOiToFltFunction<V2> |
LOiToFltFunction.cast(LOiToFltFunction<T> function)
Cast that replace generics.
|
default <V1> LOiToFltFunction<V1> |
LOiToFltFunction.compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2)
Allows to manipulate the domain of the function.
|
static <V1,T> LOiToFltFunction<V1> |
LOiToFltFunction.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LOiToFltFunction<T> after) |
static <T> LOiToFltFunction<T> |
LOiToFltFunction.constant(float r)
Creates function that always returns the same value.
|
static <T> LOiToFltFunction<T> |
LOiToFltFunction.failSafe(LOiToFltFunction<T> func,
LOiToFltFunction<T> failSafe) |
default LOiToFltFunction<T> |
LOiToFltFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LOiToFltFunction<T> |
LOiToFltFunction.oiToFltFunc(LOiToFltFunction<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LOiToFltFunction<T> |
LOiToFltFunction.oiToFltFuncThrowing(ExF<Throwable> exF) |
static <T> LOiToFltFunction<T> |
LOiToFltFunction.oiToFltFuncThrowing(String message,
ExMF<Throwable> exF) |
static <T> LOiToFltFunction<T> |
LOiToFltFunction.recursive(LFunction<LOiToFltFunction<T>,LOiToFltFunction<T>> selfLambda) |
static <T> LOiToFltFunction<T> |
LOiToFltFunction.safe()
Safe instance.
|
static <T> LOiToFltFunction<T> |
LOiToFltFunction.safe(LOiToFltFunction<T> other)
Safe wrapping.
|
default LOiToFltFunction<T> |
LOiToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToFltFunction.trying(ExWF<RuntimeException> exF) |
default LOiToFltFunction<T> |
LOiToFltFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LOiToFltFunction<T> |
LOiToFltFunction.tryingThen(LToFltFunction<Throwable> handler) |
static <T> LOiToFltFunction<T> |
LOiToFltFunction.uncurry(LFunction<T,LIntToFltFunction> func) |
default LOiToFltFunction |
LOiToFltFunction.untyped()
Cast that removes generics.
|
LOiToFltFunction<T> |
LOiToFltFunction.LOiToFltFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static <T> LSupplier<LOiToFltFunction<T>> |
LOiToFltFunction.safeSupplier()
Safe instance supplier.
|
static <T> LSupplier<LOiToFltFunction<T>> |
LOiToFltFunction.safeSupplier(LSupplier<LOiToFltFunction<T>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> float |
LOiToFltFunction.call(T a1,
int a2,
LOiToFltFunction<T> lambda) |
static <V2,T> LOiToFltFunction<V2> |
LOiToFltFunction.cast(LOiToFltFunction<T> function)
Cast that replace generics.
|
static <V1,T> LOiToFltFunction<V1> |
LOiToFltFunction.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LOiToFltFunction<T> after) |
static <V1,V2,T> LToFltBiFunction<V1,V2> |
LOiToFltFunction.composed(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LOiToFltFunction<T> after) |
static <T> LOiToFltFunction<T> |
LOiToFltFunction.failSafe(LOiToFltFunction<T> func,
LOiToFltFunction<T> failSafe) |
static <T> LOiToFltFunction<T> |
LOiToFltFunction.failSafe(LOiToFltFunction<T> func,
LOiToFltFunction<T> failSafe) |
default float |
LOiToFltFunction.failSafeApplyAsFlt(T a1,
int a2,
LOiToFltFunction<T> failSafe) |
static <T> float |
LOiToFltFunction.failSafeApplyAsFlt(T a1,
int a2,
LOiToFltFunction<T> func,
LOiToFltFunction<T> failSafe) |
static <T> float |
LOiToFltFunction.failSafeApplyAsFlt(T a1,
int a2,
LOiToFltFunction<T> func,
LOiToFltFunction<T> failSafe) |
static <T> void |
LOiToFltFunction.fromTill(int min_a2,
int max_a2,
T a1,
LOiToFltFunction<T> func)
From-To.
|
static <T> void |
LOiToFltFunction.fromTo(int min_a2,
int max_a2,
T a1,
LOiToFltFunction<T> func)
From-To.
|
static <T> float |
LOiToFltFunction.handlingApplyAsFlt(T a1,
int a2,
LOiToFltFunction<T> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LIntToFltFunction |
LOiToFltFunction.lShrinked(LIntFunction<T> left,
LOiToFltFunction<T> func) |
static <T> LIntToFltFunction |
LOiToFltFunction.lShrinkedc(T a1,
LOiToFltFunction<T> func) |
static <T> LOiToFltFunction<T> |
LOiToFltFunction.oiToFltFunc(LOiToFltFunction<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LToFltFunction<T> |
LOiToFltFunction.rShrinked(LToIntFunction<T> right,
LOiToFltFunction<T> func) |
static <T> LToFltFunction<T> |
LOiToFltFunction.rShrinkedc(int a2,
LOiToFltFunction<T> func) |
static <T> LOiToFltFunction<T> |
LOiToFltFunction.safe(LOiToFltFunction<T> other)
Safe wrapping.
|
static <T,SRC> int |
LTieFltFunction.tieForEach(int sStart,
int sEnd,
int tStart,
T trg1,
SRC src3,
LOiToFltFunction<SRC> srcAcc3,
LTieFltFunction<? super T> consumer)
ITERATION: TIE_CONSUMER: FOR, [SourcePurpose{arg=int sStart, type=CONST}, SourcePurpose{arg=int sEnd, type=CONST}, SourcePurpose{arg=int tStart, type=CONST}, SourcePurpose{arg=T trg1, type=CONST}, SourcePurpose{arg=float a3, type=TIE_SOURCE}, SourcePurpose{arg=float a3, type=TIE_SUPPLIER}, SourcePurpose{arg=LTieFltFunction<? super T> consumer, type=CONST}]
|
static <T> void |
LOiToFltFunction.times(int max_a2,
T a1,
LOiToFltFunction<T> func)
From-To.
|
static <T> float |
LOiToFltFunction.tryApplyAsFlt(T a1,
int a2,
LOiToFltFunction<T> func) |
static <T> float |
LOiToFltFunction.tryApplyAsFlt(T a1,
int a2,
LOiToFltFunction<T> func,
ExWF<RuntimeException> exF) |
static <T> float |
LOiToFltFunction.tryApplyAsFlt(T a1,
int a2,
LOiToFltFunction<T> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T> float |
LOiToFltFunction.tryApplyAsFltThen(T a1,
int a2,
LOiToFltFunction<T> func,
LToFltFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToFltFunction<T> |
LOiToFltFunction.recursive(LFunction<LOiToFltFunction<T>,LOiToFltFunction<T>> selfLambda) |
static <T> LOiToFltFunction<T> |
LOiToFltFunction.recursive(LFunction<LOiToFltFunction<T>,LOiToFltFunction<T>> selfLambda) |
static <T> LSupplier<LOiToFltFunction<T>> |
LOiToFltFunction.safeSupplier(LSupplier<LOiToFltFunction<T>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LOiToFltFunction<T> |
LObjIntPredicate.boolToOiToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.