| Modifier and Type | Class and Description |
|---|---|
static class |
LLongToCharFunction.LLongToCharFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LLongToCharFunction |
LLongToCharFunction.compose(LLongUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LLongToCharFunction |
LLongToCharFunction.composed(LLongUnaryOperator before,
LLongToCharFunction after) |
static LLongToCharFunction |
LLongToCharFunction.constant(char r)
Creates function that always returns the same value.
|
static LLongToCharFunction |
LLongToCharFunction.failSafe(LLongToCharFunction func,
LLongToCharFunction failSafe) |
default LLongToCharFunction |
LLongToCharFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongToCharFunction |
LLongToCharFunction.longToCharFunc(LLongToCharFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongToCharFunction |
LLongToCharFunction.longToCharFuncThrowing(ExF<Throwable> exF) |
static LLongToCharFunction |
LLongToCharFunction.longToCharFuncThrowing(String message,
ExMF<Throwable> exF) |
static LLongToCharFunction |
LLongToCharFunction.recursive(LFunction<LLongToCharFunction,LLongToCharFunction> selfLambda) |
static LLongToCharFunction |
LLongToCharFunction.safe()
Safe instance.
|
static LLongToCharFunction |
LLongToCharFunction.safe(LLongToCharFunction other)
Safe wrapping.
|
default LLongToCharFunction |
LLongToByteFunction.thenToChar(LByteToCharFunction after)
Combines two functions together in a order.
|
default LLongToCharFunction |
LLongToCharFunction.thenToChar(LCharUnaryOperator after)
Combines two functions together in a order.
|
default LLongToCharFunction |
LLongToDblFunction.thenToChar(LDblToCharFunction after)
Combines two functions together in a order.
|
default LLongToCharFunction |
LLongToFltFunction.thenToChar(LFltToCharFunction after)
Combines two functions together in a order.
|
default LLongToCharFunction |
LLongToIntFunction.thenToChar(LIntToCharFunction after)
Combines two functions together in a order.
|
default LLongToCharFunction |
LLongToSrtFunction.thenToChar(LSrtToCharFunction after)
Combines two functions together in a order.
|
default LLongToCharFunction |
LLongToCharFunction.trying(ExWF<RuntimeException> exF) |
default LLongToCharFunction |
LLongToCharFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LLongToCharFunction |
LLongToCharFunction.tryingThen(LToCharFunction<Throwable> handler) |
LLongToCharFunction |
LLongToCharFunction.LLongToCharFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LLongToCharFunction> |
LLongToCharFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LLongToCharFunction> |
LLongToCharFunction.safeSupplier(LSupplier<LLongToCharFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static char |
LLongToCharFunction.call(long a,
LLongToCharFunction lambda) |
static LLongToCharFunction |
LLongToCharFunction.composed(LLongUnaryOperator before,
LLongToCharFunction after) |
static <V> LToCharFunction<V> |
LLongToCharFunction.composed(LToLongFunction<? super V> before,
LLongToCharFunction after) |
static LLongToCharFunction |
LLongToCharFunction.failSafe(LLongToCharFunction func,
LLongToCharFunction failSafe) |
default char |
LLongToCharFunction.failSafeApplyAsChar(long a,
LLongToCharFunction failSafe) |
static char |
LLongToCharFunction.failSafeApplyAsChar(long a,
LLongToCharFunction func,
LLongToCharFunction failSafe) |
static void |
LLongToCharFunction.fromTill(long min_a,
long max_a,
LLongToCharFunction func)
From-To.
|
static void |
LLongToCharFunction.fromTo(long min_a,
long max_a,
LLongToCharFunction func)
From-To.
|
static char |
LLongToCharFunction.handlingApplyAsChar(long a,
LLongToCharFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongToCharFunction |
LLongToCharFunction.longToCharFunc(LLongToCharFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongToCharFunction |
LLongToCharFunction.safe(LLongToCharFunction other)
Safe wrapping.
|
default LSrtToCharFunction |
LSrtToLongFunction.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
default LIntToCharFunction |
LIntToLongFunction.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
default LFltToCharFunction |
LFltToLongFunction.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
default LDblToCharFunction |
LDblToLongFunction.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
default LCharUnaryOperator |
LCharToLongFunction.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
default LByteToCharFunction |
LByteToLongFunction.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
default LBoolToCharFunction |
LBoolToLongFunction.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
static void |
LLongToCharFunction.times(long max_a,
LLongToCharFunction func)
From-To.
|
static char |
LLongToCharFunction.tryApplyAsChar(long a,
LLongToCharFunction func) |
static char |
LLongToCharFunction.tryApplyAsChar(long a,
LLongToCharFunction func,
ExWF<RuntimeException> exF) |
static char |
LLongToCharFunction.tryApplyAsChar(long a,
LLongToCharFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static char |
LLongToCharFunction.tryApplyAsCharThen(long a,
LLongToCharFunction func,
LToCharFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LLongToCharFunction |
LLongToCharFunction.recursive(LFunction<LLongToCharFunction,LLongToCharFunction> selfLambda) |
static LLongToCharFunction |
LLongToCharFunction.recursive(LFunction<LLongToCharFunction,LLongToCharFunction> selfLambda) |
static LSupplier<LLongToCharFunction> |
LLongToCharFunction.safeSupplier(LSupplier<LLongToCharFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToCharFunction |
LLongFunction.thenToChar(LToCharFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToCharFunction<T> |
LToLongFunction.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
default LToCharBiFunction<T1,T2> |
LToLongBiFunction.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
default LOiToCharFunction<T> |
LOiToLongFunction.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToCharFunction |
LLongUnaryOperator.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToCharFunction |
LLongUnaryOperator.thenToChar(LLongToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToCharFunction |
LLongPredicate.boolToLongToCharFunc(LBoolToCharFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharSupplier |
LLongSupplier.toCharSup(LLongToCharFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.