| Modifier and Type | Class and Description |
|---|---|
static class |
LCharToFltFunction.LCharToFltFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LCharToFltFunction |
LCharToFltFunction.charToFltFunc(LCharToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LCharToFltFunction |
LCharToFltFunction.charToFltFuncThrowing(ExF<Throwable> exF) |
static LCharToFltFunction |
LCharToFltFunction.charToFltFuncThrowing(String message,
ExMF<Throwable> exF) |
default LCharToFltFunction |
LCharToFltFunction.compose(LCharUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LCharToFltFunction |
LCharToFltFunction.composed(LCharUnaryOperator before,
LCharToFltFunction after) |
static LCharToFltFunction |
LCharToFltFunction.constant(float r)
Creates function that always returns the same value.
|
static LCharToFltFunction |
LCharToFltFunction.failSafe(LCharToFltFunction func,
LCharToFltFunction failSafe) |
default LCharToFltFunction |
LCharToFltFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LCharToFltFunction |
LCharToFltFunction.recursive(LFunction<LCharToFltFunction,LCharToFltFunction> selfLambda) |
static LCharToFltFunction |
LCharToFltFunction.safe()
Safe instance.
|
static LCharToFltFunction |
LCharToFltFunction.safe(LCharToFltFunction other)
Safe wrapping.
|
default LCharToFltFunction |
LCharToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LCharToFltFunction |
LCharToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LCharToFltFunction |
LCharToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LCharToFltFunction |
LCharToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LCharToFltFunction |
LCharToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LCharToFltFunction |
LCharToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LCharToFltFunction |
LCharToFltFunction.trying(ExWF<RuntimeException> exF) |
default LCharToFltFunction |
LCharToFltFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LCharToFltFunction |
LCharToFltFunction.tryingThen(LToFltFunction<Throwable> handler) |
LCharToFltFunction |
LCharToFltFunction.LCharToFltFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LCharToFltFunction> |
LCharToFltFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LCharToFltFunction> |
LCharToFltFunction.safeSupplier(LSupplier<LCharToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static float |
LCharToFltFunction.call(char a,
LCharToFltFunction lambda) |
static LCharToFltFunction |
LCharToFltFunction.charToFltFunc(LCharToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LCharToFltFunction |
LCharToFltFunction.composed(LCharUnaryOperator before,
LCharToFltFunction after) |
static <V> LToFltFunction<V> |
LCharToFltFunction.composed(LToCharFunction<? super V> before,
LCharToFltFunction after) |
static LCharToFltFunction |
LCharToFltFunction.failSafe(LCharToFltFunction func,
LCharToFltFunction failSafe) |
default float |
LCharToFltFunction.failSafeApplyAsFlt(char a,
LCharToFltFunction failSafe) |
static float |
LCharToFltFunction.failSafeApplyAsFlt(char a,
LCharToFltFunction func,
LCharToFltFunction failSafe) |
static void |
LCharToFltFunction.fromTill(int min_i,
int max_i,
char a,
LCharToFltFunction func)
From-To.
|
static void |
LCharToFltFunction.fromTo(int min_i,
int max_i,
char a,
LCharToFltFunction func)
From-To.
|
static float |
LCharToFltFunction.handlingApplyAsFlt(char a,
LCharToFltFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LCharToFltFunction |
LCharToFltFunction.safe(LCharToFltFunction other)
Safe wrapping.
|
default LSrtToFltFunction |
LSrtToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LLongToFltFunction |
LLongToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LIntToFltFunction |
LIntToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LFltUnaryOperator |
LFltToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LDblToFltFunction |
LDblToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LByteToFltFunction |
LByteToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
static void |
LCharToFltFunction.times(int max_i,
char a,
LCharToFltFunction func)
From-To.
|
static float |
LCharToFltFunction.tryApplyAsFlt(char a,
LCharToFltFunction func) |
static float |
LCharToFltFunction.tryApplyAsFlt(char a,
LCharToFltFunction func,
ExWF<RuntimeException> exF) |
static float |
LCharToFltFunction.tryApplyAsFlt(char a,
LCharToFltFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static float |
LCharToFltFunction.tryApplyAsFltThen(char a,
LCharToFltFunction func,
LToFltFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LCharToFltFunction |
LCharToFltFunction.recursive(LFunction<LCharToFltFunction,LCharToFltFunction> selfLambda) |
static LCharToFltFunction |
LCharToFltFunction.recursive(LFunction<LCharToFltFunction,LCharToFltFunction> selfLambda) |
static LSupplier<LCharToFltFunction> |
LCharToFltFunction.safeSupplier(LSupplier<LCharToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToFltFunction |
LCharFunction.thenToFlt(LToFltFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToFltFunction<T> |
LToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LToFltBiFunction<T1,T2> |
LToCharBiFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToFltFunction |
LCharUnaryOperator.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToFltFunction |
LCharUnaryOperator.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToFltFunction |
LCharPredicate.boolToCharToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltSupplier |
LCharSupplier.toFltSup(LCharToFltFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.