| Modifier and Type | Class and Description |
|---|---|
static class |
LSrtToFltFunction.LSrtToFltFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LSrtToFltFunction |
LSrtToFltFunction.compose(LSrtUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LSrtToFltFunction |
LSrtToFltFunction.composed(LSrtUnaryOperator before,
LSrtToFltFunction after) |
static LSrtToFltFunction |
LSrtToFltFunction.constant(float r)
Creates function that always returns the same value.
|
static LSrtToFltFunction |
LSrtToFltFunction.failSafe(LSrtToFltFunction func,
LSrtToFltFunction failSafe) |
default LSrtToFltFunction |
LSrtToFltFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LSrtToFltFunction |
LSrtToFltFunction.recursive(LFunction<LSrtToFltFunction,LSrtToFltFunction> selfLambda) |
static LSrtToFltFunction |
LSrtToFltFunction.safe()
Safe instance.
|
static LSrtToFltFunction |
LSrtToFltFunction.safe(LSrtToFltFunction other)
Safe wrapping.
|
static LSrtToFltFunction |
LSrtToFltFunction.srtToFltFunc(LSrtToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LSrtToFltFunction |
LSrtToFltFunction.srtToFltFuncThrowing(ExF<Throwable> exF) |
static LSrtToFltFunction |
LSrtToFltFunction.srtToFltFuncThrowing(String message,
ExMF<Throwable> exF) |
default LSrtToFltFunction |
LSrtToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LSrtToFltFunction |
LSrtToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LSrtToFltFunction |
LSrtToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LSrtToFltFunction |
LSrtToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LSrtToFltFunction |
LSrtToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LSrtToFltFunction |
LSrtToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LSrtToFltFunction |
LSrtToFltFunction.trying(ExWF<RuntimeException> exF) |
default LSrtToFltFunction |
LSrtToFltFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LSrtToFltFunction |
LSrtToFltFunction.tryingThen(LToFltFunction<Throwable> handler) |
LSrtToFltFunction |
LSrtToFltFunction.LSrtToFltFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LSrtToFltFunction> |
LSrtToFltFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LSrtToFltFunction> |
LSrtToFltFunction.safeSupplier(LSupplier<LSrtToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static float |
LSrtToFltFunction.call(short a,
LSrtToFltFunction lambda) |
static LSrtToFltFunction |
LSrtToFltFunction.composed(LSrtUnaryOperator before,
LSrtToFltFunction after) |
static <V> LToFltFunction<V> |
LSrtToFltFunction.composed(LToSrtFunction<? super V> before,
LSrtToFltFunction after) |
static LSrtToFltFunction |
LSrtToFltFunction.failSafe(LSrtToFltFunction func,
LSrtToFltFunction failSafe) |
default float |
LSrtToFltFunction.failSafeApplyAsFlt(short a,
LSrtToFltFunction failSafe) |
static float |
LSrtToFltFunction.failSafeApplyAsFlt(short a,
LSrtToFltFunction func,
LSrtToFltFunction failSafe) |
static void |
LSrtToFltFunction.fromTill(int min_i,
int max_i,
short a,
LSrtToFltFunction func)
From-To.
|
static void |
LSrtToFltFunction.fromTo(int min_i,
int max_i,
short a,
LSrtToFltFunction func)
From-To.
|
static float |
LSrtToFltFunction.handlingApplyAsFlt(short a,
LSrtToFltFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LSrtToFltFunction |
LSrtToFltFunction.safe(LSrtToFltFunction other)
Safe wrapping.
|
static LSrtToFltFunction |
LSrtToFltFunction.srtToFltFunc(LSrtToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
default LLongToFltFunction |
LLongToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LIntToFltFunction |
LIntToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LFltUnaryOperator |
LFltToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LDblToFltFunction |
LDblToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LCharToFltFunction |
LCharToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LByteToFltFunction |
LByteToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
static void |
LSrtToFltFunction.times(int max_i,
short a,
LSrtToFltFunction func)
From-To.
|
static float |
LSrtToFltFunction.tryApplyAsFlt(short a,
LSrtToFltFunction func) |
static float |
LSrtToFltFunction.tryApplyAsFlt(short a,
LSrtToFltFunction func,
ExWF<RuntimeException> exF) |
static float |
LSrtToFltFunction.tryApplyAsFlt(short a,
LSrtToFltFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static float |
LSrtToFltFunction.tryApplyAsFltThen(short a,
LSrtToFltFunction func,
LToFltFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LSrtToFltFunction |
LSrtToFltFunction.recursive(LFunction<LSrtToFltFunction,LSrtToFltFunction> selfLambda) |
static LSrtToFltFunction |
LSrtToFltFunction.recursive(LFunction<LSrtToFltFunction,LSrtToFltFunction> selfLambda) |
static LSupplier<LSrtToFltFunction> |
LSrtToFltFunction.safeSupplier(LSupplier<LSrtToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToFltFunction |
LSrtFunction.thenToFlt(LToFltFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToFltFunction<T> |
LToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LToFltBiFunction<T1,T2> |
LToSrtBiFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToFltFunction |
LSrtUnaryOperator.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToFltFunction |
LSrtUnaryOperator.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToFltFunction |
LSrtPredicate.boolToSrtToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltSupplier |
LSrtSupplier.toFltSup(LSrtToFltFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.