| Modifier and Type | Class and Description |
|---|---|
static class |
LCharToLongFunction.LCharToLongFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LCharToLongFunction |
LCharToLongFunction.charToLongFunc(LCharToLongFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LCharToLongFunction |
LCharToLongFunction.charToLongFuncThrowing(ExF<Throwable> exF) |
static LCharToLongFunction |
LCharToLongFunction.charToLongFuncThrowing(String message,
ExMF<Throwable> exF) |
default LCharToLongFunction |
LCharToLongFunction.compose(LCharUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LCharToLongFunction |
LCharToLongFunction.composed(LCharUnaryOperator before,
LCharToLongFunction after) |
static LCharToLongFunction |
LCharToLongFunction.constant(long r)
Creates function that always returns the same value.
|
static LCharToLongFunction |
LCharToLongFunction.failSafe(LCharToLongFunction func,
LCharToLongFunction failSafe) |
default LCharToLongFunction |
LCharToLongFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LCharToLongFunction |
LCharToLongFunction.recursive(LFunction<LCharToLongFunction,LCharToLongFunction> selfLambda) |
static LCharToLongFunction |
LCharToLongFunction.safe()
Safe instance.
|
static LCharToLongFunction |
LCharToLongFunction.safe(LCharToLongFunction other)
Safe wrapping.
|
default LCharToLongFunction |
LCharToByteFunction.thenToLong(LByteToLongFunction after)
Combines two functions together in a order.
|
default LCharToLongFunction |
LCharToDblFunction.thenToLong(LDblToLongFunction after)
Combines two functions together in a order.
|
default LCharToLongFunction |
LCharToFltFunction.thenToLong(LFltToLongFunction after)
Combines two functions together in a order.
|
default LCharToLongFunction |
LCharToIntFunction.thenToLong(LIntToLongFunction after)
Combines two functions together in a order.
|
default LCharToLongFunction |
LCharToLongFunction.thenToLong(LLongUnaryOperator after)
Combines two functions together in a order.
|
default LCharToLongFunction |
LCharToSrtFunction.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
default LCharToLongFunction |
LCharToLongFunction.trying(ExWF<RuntimeException> exF) |
default LCharToLongFunction |
LCharToLongFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LCharToLongFunction |
LCharToLongFunction.tryingThen(LToLongFunction<Throwable> handler) |
LCharToLongFunction |
LCharToLongFunction.LCharToLongFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LCharToLongFunction> |
LCharToLongFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LCharToLongFunction> |
LCharToLongFunction.safeSupplier(LSupplier<LCharToLongFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
LCharToLongFunction.call(char a,
LCharToLongFunction lambda) |
static LCharToLongFunction |
LCharToLongFunction.charToLongFunc(LCharToLongFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LCharToLongFunction |
LCharToLongFunction.composed(LCharUnaryOperator before,
LCharToLongFunction after) |
static <V> LToLongFunction<V> |
LCharToLongFunction.composed(LToCharFunction<? super V> before,
LCharToLongFunction after) |
static LCharToLongFunction |
LCharToLongFunction.failSafe(LCharToLongFunction func,
LCharToLongFunction failSafe) |
default long |
LCharToLongFunction.failSafeApplyAsLong(char a,
LCharToLongFunction failSafe) |
static long |
LCharToLongFunction.failSafeApplyAsLong(char a,
LCharToLongFunction func,
LCharToLongFunction failSafe) |
static void |
LCharToLongFunction.fromTill(int min_i,
int max_i,
char a,
LCharToLongFunction func)
From-To.
|
static void |
LCharToLongFunction.fromTo(int min_i,
int max_i,
char a,
LCharToLongFunction func)
From-To.
|
static long |
LCharToLongFunction.handlingApplyAsLong(char a,
LCharToLongFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LCharToLongFunction |
LCharToLongFunction.safe(LCharToLongFunction other)
Safe wrapping.
|
default LSrtToLongFunction |
LSrtToCharFunction.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
default LLongUnaryOperator |
LLongToCharFunction.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
default LIntToLongFunction |
LIntToCharFunction.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
default LFltToLongFunction |
LFltToCharFunction.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
default LDblToLongFunction |
LDblToCharFunction.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
default LByteToLongFunction |
LByteToCharFunction.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
default LBoolToLongFunction |
LBoolToCharFunction.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
static void |
LCharToLongFunction.times(int max_i,
char a,
LCharToLongFunction func)
From-To.
|
static long |
LCharToLongFunction.tryApplyAsLong(char a,
LCharToLongFunction func) |
static long |
LCharToLongFunction.tryApplyAsLong(char a,
LCharToLongFunction func,
ExWF<RuntimeException> exF) |
static long |
LCharToLongFunction.tryApplyAsLong(char a,
LCharToLongFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static long |
LCharToLongFunction.tryApplyAsLongThen(char a,
LCharToLongFunction func,
LToLongFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LCharToLongFunction |
LCharToLongFunction.recursive(LFunction<LCharToLongFunction,LCharToLongFunction> selfLambda) |
static LCharToLongFunction |
LCharToLongFunction.recursive(LFunction<LCharToLongFunction,LCharToLongFunction> selfLambda) |
static LSupplier<LCharToLongFunction> |
LCharToLongFunction.safeSupplier(LSupplier<LCharToLongFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToLongFunction |
LCharFunction.thenToLong(LToLongFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToLongFunction<T> |
LToCharFunction.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
default LToLongBiFunction<T1,T2> |
LToCharBiFunction.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
default LOiToLongFunction<T> |
LOiToCharFunction.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToLongFunction |
LCharUnaryOperator.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToLongFunction |
LCharUnaryOperator.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LCharToLongFunction |
LCharPredicate.boolToCharToLongFunc(LBoolToLongFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongSupplier |
LCharSupplier.toLongSup(LCharToLongFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.