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