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