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