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