| Modifier and Type | Class and Description |
|---|---|
static class |
LByteToFltFunction.LByteToFltFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LByteToFltFunction |
LByteToFltFunction.byteToFltFunc(LByteToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LByteToFltFunction |
LByteToFltFunction.byteToFltFuncThrowing(ExF<Throwable> exF) |
static LByteToFltFunction |
LByteToFltFunction.byteToFltFuncThrowing(String message,
ExMF<Throwable> exF) |
default LByteToFltFunction |
LByteToFltFunction.compose(LByteUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LByteToFltFunction |
LByteToFltFunction.composed(LByteUnaryOperator before,
LByteToFltFunction after) |
static LByteToFltFunction |
LByteToFltFunction.constant(float r)
Creates function that always returns the same value.
|
static LByteToFltFunction |
LByteToFltFunction.failSafe(LByteToFltFunction func,
LByteToFltFunction failSafe) |
default LByteToFltFunction |
LByteToFltFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LByteToFltFunction |
LByteToFltFunction.recursive(LFunction<LByteToFltFunction,LByteToFltFunction> selfLambda) |
static LByteToFltFunction |
LByteToFltFunction.safe()
Safe instance.
|
static LByteToFltFunction |
LByteToFltFunction.safe(LByteToFltFunction other)
Safe wrapping.
|
default LByteToFltFunction |
LByteToCharFunction.thenToFlt(LCharToFltFunction after)
Combines two functions together in a order.
|
default LByteToFltFunction |
LByteToDblFunction.thenToFlt(LDblToFltFunction after)
Combines two functions together in a order.
|
default LByteToFltFunction |
LByteToFltFunction.thenToFlt(LFltUnaryOperator after)
Combines two functions together in a order.
|
default LByteToFltFunction |
LByteToIntFunction.thenToFlt(LIntToFltFunction after)
Combines two functions together in a order.
|
default LByteToFltFunction |
LByteToLongFunction.thenToFlt(LLongToFltFunction after)
Combines two functions together in a order.
|
default LByteToFltFunction |
LByteToSrtFunction.thenToFlt(LSrtToFltFunction after)
Combines two functions together in a order.
|
default LByteToFltFunction |
LByteToFltFunction.trying(ExWF<RuntimeException> exF) |
default LByteToFltFunction |
LByteToFltFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LByteToFltFunction |
LByteToFltFunction.tryingThen(LToFltFunction<Throwable> handler) |
LByteToFltFunction |
LByteToFltFunction.LByteToFltFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LByteToFltFunction> |
LByteToFltFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LByteToFltFunction> |
LByteToFltFunction.safeSupplier(LSupplier<LByteToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static LByteToFltFunction |
LByteToFltFunction.byteToFltFunc(LByteToFltFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static float |
LByteToFltFunction.call(byte a,
LByteToFltFunction lambda) |
static LByteToFltFunction |
LByteToFltFunction.composed(LByteUnaryOperator before,
LByteToFltFunction after) |
static <V> LToFltFunction<V> |
LByteToFltFunction.composed(LToByteFunction<? super V> before,
LByteToFltFunction after) |
static LByteToFltFunction |
LByteToFltFunction.failSafe(LByteToFltFunction func,
LByteToFltFunction failSafe) |
default float |
LByteToFltFunction.failSafeApplyAsFlt(byte a,
LByteToFltFunction failSafe) |
static float |
LByteToFltFunction.failSafeApplyAsFlt(byte a,
LByteToFltFunction func,
LByteToFltFunction failSafe) |
static void |
LByteToFltFunction.fromTill(int min_i,
int max_i,
byte a,
LByteToFltFunction func)
From-To.
|
static void |
LByteToFltFunction.fromTo(int min_i,
int max_i,
byte a,
LByteToFltFunction func)
From-To.
|
static float |
LByteToFltFunction.handlingApplyAsFlt(byte a,
LByteToFltFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LByteToFltFunction |
LByteToFltFunction.safe(LByteToFltFunction other)
Safe wrapping.
|
default LSrtToFltFunction |
LSrtToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LLongToFltFunction |
LLongToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LIntToFltFunction |
LIntToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LFltUnaryOperator |
LFltToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LDblToFltFunction |
LDblToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LCharToFltFunction |
LCharToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LBoolToFltFunction |
LBoolToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
static void |
LByteToFltFunction.times(int max_i,
byte a,
LByteToFltFunction func)
From-To.
|
static float |
LByteToFltFunction.tryApplyAsFlt(byte a,
LByteToFltFunction func) |
static float |
LByteToFltFunction.tryApplyAsFlt(byte a,
LByteToFltFunction func,
ExWF<RuntimeException> exF) |
static float |
LByteToFltFunction.tryApplyAsFlt(byte a,
LByteToFltFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static float |
LByteToFltFunction.tryApplyAsFltThen(byte a,
LByteToFltFunction func,
LToFltFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LByteToFltFunction |
LByteToFltFunction.recursive(LFunction<LByteToFltFunction,LByteToFltFunction> selfLambda) |
static LByteToFltFunction |
LByteToFltFunction.recursive(LFunction<LByteToFltFunction,LByteToFltFunction> selfLambda) |
static LSupplier<LByteToFltFunction> |
LByteToFltFunction.safeSupplier(LSupplier<LByteToFltFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToFltFunction |
LByteFunction.thenToFlt(LToFltFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToFltFunction<T> |
LToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LToFltBiFunction<T1,T2> |
LToByteBiFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
default LOiToFltFunction<T> |
LOiToByteFunction.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToFltFunction |
LByteUnaryOperator.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToFltFunction |
LByteUnaryOperator.thenToFlt(LByteToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToFltFunction |
LBytePredicate.boolToByteToFltFunc(LBoolToFltFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LFltSupplier |
LByteSupplier.toFltSup(LByteToFltFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.