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