| Modifier and Type | Class and Description |
|---|---|
static class |
LByteToCharFunction.LByteToCharFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LByteToCharFunction |
LByteToCharFunction.byteToCharFunc(LByteToCharFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LByteToCharFunction |
LByteToCharFunction.byteToCharFuncThrowing(ExF<Throwable> exF) |
static LByteToCharFunction |
LByteToCharFunction.byteToCharFuncThrowing(String message,
ExMF<Throwable> exF) |
default LByteToCharFunction |
LByteToCharFunction.compose(LByteUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LByteToCharFunction |
LByteToCharFunction.composed(LByteUnaryOperator before,
LByteToCharFunction after) |
static LByteToCharFunction |
LByteToCharFunction.constant(char r)
Creates function that always returns the same value.
|
static LByteToCharFunction |
LByteToCharFunction.failSafe(LByteToCharFunction func,
LByteToCharFunction failSafe) |
default LByteToCharFunction |
LByteToCharFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LByteToCharFunction |
LByteToCharFunction.recursive(LFunction<LByteToCharFunction,LByteToCharFunction> selfLambda) |
static LByteToCharFunction |
LByteToCharFunction.safe()
Safe instance.
|
static LByteToCharFunction |
LByteToCharFunction.safe(LByteToCharFunction other)
Safe wrapping.
|
default LByteToCharFunction |
LByteToCharFunction.thenToChar(LCharUnaryOperator after)
Combines two functions together in a order.
|
default LByteToCharFunction |
LByteToDblFunction.thenToChar(LDblToCharFunction after)
Combines two functions together in a order.
|
default LByteToCharFunction |
LByteToFltFunction.thenToChar(LFltToCharFunction after)
Combines two functions together in a order.
|
default LByteToCharFunction |
LByteToIntFunction.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
default LByteToCharFunction |
LByteToLongFunction.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
default LByteToCharFunction |
LByteToSrtFunction.thenToChar(LSrtToCharFunction after)
Combines two functions together in a order.
|
default LByteToCharFunction |
LByteToCharFunction.trying(ExWF<RuntimeException> exF) |
default LByteToCharFunction |
LByteToCharFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LByteToCharFunction |
LByteToCharFunction.tryingThen(LToCharFunction<Throwable> handler) |
LByteToCharFunction |
LByteToCharFunction.LByteToCharFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LByteToCharFunction> |
LByteToCharFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LByteToCharFunction> |
LByteToCharFunction.safeSupplier(LSupplier<LByteToCharFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static LByteToCharFunction |
LByteToCharFunction.byteToCharFunc(LByteToCharFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static char |
LByteToCharFunction.call(byte a,
LByteToCharFunction lambda) |
static LByteToCharFunction |
LByteToCharFunction.composed(LByteUnaryOperator before,
LByteToCharFunction after) |
static <V> LToCharFunction<V> |
LByteToCharFunction.composed(LToByteFunction<? super V> before,
LByteToCharFunction after) |
static LByteToCharFunction |
LByteToCharFunction.failSafe(LByteToCharFunction func,
LByteToCharFunction failSafe) |
default char |
LByteToCharFunction.failSafeApplyAsChar(byte a,
LByteToCharFunction failSafe) |
static char |
LByteToCharFunction.failSafeApplyAsChar(byte a,
LByteToCharFunction func,
LByteToCharFunction failSafe) |
static void |
LByteToCharFunction.fromTill(int min_i,
int max_i,
byte a,
LByteToCharFunction func)
From-To.
|
static void |
LByteToCharFunction.fromTo(int min_i,
int max_i,
byte a,
LByteToCharFunction func)
From-To.
|
static char |
LByteToCharFunction.handlingApplyAsChar(byte a,
LByteToCharFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LByteToCharFunction |
LByteToCharFunction.safe(LByteToCharFunction other)
Safe wrapping.
|
default LSrtToCharFunction |
LSrtToByteFunction.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
default LLongToCharFunction |
LLongToByteFunction.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
default LIntToCharFunction |
LIntToByteFunction.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
default LFltToCharFunction |
LFltToByteFunction.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
default LDblToCharFunction |
LDblToByteFunction.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
default LCharUnaryOperator |
LCharToByteFunction.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
default LBoolToCharFunction |
LBoolToByteFunction.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
static void |
LByteToCharFunction.times(int max_i,
byte a,
LByteToCharFunction func)
From-To.
|
static char |
LByteToCharFunction.tryApplyAsChar(byte a,
LByteToCharFunction func) |
static char |
LByteToCharFunction.tryApplyAsChar(byte a,
LByteToCharFunction func,
ExWF<RuntimeException> exF) |
static char |
LByteToCharFunction.tryApplyAsChar(byte a,
LByteToCharFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static char |
LByteToCharFunction.tryApplyAsCharThen(byte a,
LByteToCharFunction func,
LToCharFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LByteToCharFunction |
LByteToCharFunction.recursive(LFunction<LByteToCharFunction,LByteToCharFunction> selfLambda) |
static LByteToCharFunction |
LByteToCharFunction.recursive(LFunction<LByteToCharFunction,LByteToCharFunction> selfLambda) |
static LSupplier<LByteToCharFunction> |
LByteToCharFunction.safeSupplier(LSupplier<LByteToCharFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToCharFunction |
LByteFunction.thenToChar(LToCharFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToCharFunction<T> |
LToByteFunction.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
default LToCharBiFunction<T1,T2> |
LToByteBiFunction.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
default LOiToCharFunction<T> |
LOiToByteFunction.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToCharFunction |
LByteUnaryOperator.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToCharFunction |
LByteUnaryOperator.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToCharFunction |
LBytePredicate.boolToByteToCharFunc(LBoolToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharSupplier |
LByteSupplier.toCharSup(LByteToCharFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.