| Modifier and Type | Class and Description |
|---|---|
static class |
LSrtToByteFunction.LSrtToByteFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LSrtToByteFunction |
LSrtToByteFunction.compose(LSrtUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LSrtToByteFunction |
LSrtToByteFunction.composed(LSrtUnaryOperator before,
LSrtToByteFunction after) |
static LSrtToByteFunction |
LSrtToByteFunction.constant(byte r)
Creates function that always returns the same value.
|
static LSrtToByteFunction |
LSrtToByteFunction.failSafe(LSrtToByteFunction func,
LSrtToByteFunction failSafe) |
default LSrtToByteFunction |
LSrtToByteFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LSrtToByteFunction |
LSrtToByteFunction.recursive(LFunction<LSrtToByteFunction,LSrtToByteFunction> selfLambda) |
static LSrtToByteFunction |
LSrtToByteFunction.safe()
Safe instance.
|
static LSrtToByteFunction |
LSrtToByteFunction.safe(LSrtToByteFunction other)
Safe wrapping.
|
static LSrtToByteFunction |
LSrtToByteFunction.srtToByteFunc(LSrtToByteFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LSrtToByteFunction |
LSrtToByteFunction.srtToByteFuncThrowing(ExF<Throwable> exF) |
static LSrtToByteFunction |
LSrtToByteFunction.srtToByteFuncThrowing(String message,
ExMF<Throwable> exF) |
default LSrtToByteFunction |
LSrtToByteFunction.thenToByte(LByteUnaryOperator after)
Combines two functions together in a order.
|
default LSrtToByteFunction |
LSrtToCharFunction.thenToByte(LCharToByteFunction after)
Combines two functions together in a order.
|
default LSrtToByteFunction |
LSrtToDblFunction.thenToByte(LDblToByteFunction after)
Combines two functions together in a order.
|
default LSrtToByteFunction |
LSrtToFltFunction.thenToByte(LFltToByteFunction after)
Combines two functions together in a order.
|
default LSrtToByteFunction |
LSrtToIntFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
default LSrtToByteFunction |
LSrtToLongFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
default LSrtToByteFunction |
LSrtToByteFunction.trying(ExWF<RuntimeException> exF) |
default LSrtToByteFunction |
LSrtToByteFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LSrtToByteFunction |
LSrtToByteFunction.tryingThen(LToByteFunction<Throwable> handler) |
LSrtToByteFunction |
LSrtToByteFunction.LSrtToByteFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LSrtToByteFunction> |
LSrtToByteFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LSrtToByteFunction> |
LSrtToByteFunction.safeSupplier(LSupplier<LSrtToByteFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static byte |
LSrtToByteFunction.call(short a,
LSrtToByteFunction lambda) |
static LSrtToByteFunction |
LSrtToByteFunction.composed(LSrtUnaryOperator before,
LSrtToByteFunction after) |
static <V> LToByteFunction<V> |
LSrtToByteFunction.composed(LToSrtFunction<? super V> before,
LSrtToByteFunction after) |
static LSrtToByteFunction |
LSrtToByteFunction.failSafe(LSrtToByteFunction func,
LSrtToByteFunction failSafe) |
default byte |
LSrtToByteFunction.failSafeApplyAsByte(short a,
LSrtToByteFunction failSafe) |
static byte |
LSrtToByteFunction.failSafeApplyAsByte(short a,
LSrtToByteFunction func,
LSrtToByteFunction failSafe) |
static void |
LSrtToByteFunction.fromTill(int min_i,
int max_i,
short a,
LSrtToByteFunction func)
From-To.
|
static void |
LSrtToByteFunction.fromTo(int min_i,
int max_i,
short a,
LSrtToByteFunction func)
From-To.
|
static byte |
LSrtToByteFunction.handlingApplyAsByte(short a,
LSrtToByteFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LSrtToByteFunction |
LSrtToByteFunction.safe(LSrtToByteFunction other)
Safe wrapping.
|
static LSrtToByteFunction |
LSrtToByteFunction.srtToByteFunc(LSrtToByteFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
default LLongToByteFunction |
LLongToSrtFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
default LIntToByteFunction |
LIntToSrtFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
default LFltToByteFunction |
LFltToSrtFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
default LDblToByteFunction |
LDblToSrtFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
default LCharToByteFunction |
LCharToSrtFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
default LByteUnaryOperator |
LByteToSrtFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
default LBoolToByteFunction |
LBoolToSrtFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
static void |
LSrtToByteFunction.times(int max_i,
short a,
LSrtToByteFunction func)
From-To.
|
static byte |
LSrtToByteFunction.tryApplyAsByte(short a,
LSrtToByteFunction func) |
static byte |
LSrtToByteFunction.tryApplyAsByte(short a,
LSrtToByteFunction func,
ExWF<RuntimeException> exF) |
static byte |
LSrtToByteFunction.tryApplyAsByte(short a,
LSrtToByteFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static byte |
LSrtToByteFunction.tryApplyAsByteThen(short a,
LSrtToByteFunction func,
LToByteFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LSrtToByteFunction |
LSrtToByteFunction.recursive(LFunction<LSrtToByteFunction,LSrtToByteFunction> selfLambda) |
static LSrtToByteFunction |
LSrtToByteFunction.recursive(LFunction<LSrtToByteFunction,LSrtToByteFunction> selfLambda) |
static LSupplier<LSrtToByteFunction> |
LSrtToByteFunction.safeSupplier(LSupplier<LSrtToByteFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToByteFunction |
LSrtFunction.thenToByte(LToByteFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToByteFunction<T> |
LToSrtFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
default LToByteBiFunction<T1,T2> |
LToSrtBiFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
default LOiToByteFunction<T> |
LOiToSrtFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToByteFunction |
LSrtUnaryOperator.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToByteFunction |
LSrtUnaryOperator.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToByteFunction |
LSrtPredicate.boolToSrtToByteFunc(LBoolToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteSupplier |
LSrtSupplier.toByteSup(LSrtToByteFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.