| Modifier and Type | Class and Description |
|---|---|
static class |
LLongToSrtFunction.LLongToSrtFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LLongToSrtFunction |
LLongToSrtFunction.compose(LLongUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LLongToSrtFunction |
LLongToSrtFunction.composed(LLongUnaryOperator before,
LLongToSrtFunction after) |
static LLongToSrtFunction |
LLongToSrtFunction.constant(short r)
Creates function that always returns the same value.
|
static LLongToSrtFunction |
LLongToSrtFunction.failSafe(LLongToSrtFunction func,
LLongToSrtFunction failSafe) |
default LLongToSrtFunction |
LLongToSrtFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongToSrtFunction |
LLongToSrtFunction.longToSrtFunc(LLongToSrtFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongToSrtFunction |
LLongToSrtFunction.longToSrtFuncThrowing(ExF<Throwable> exF) |
static LLongToSrtFunction |
LLongToSrtFunction.longToSrtFuncThrowing(String message,
ExMF<Throwable> exF) |
static LLongToSrtFunction |
LLongToSrtFunction.recursive(LFunction<LLongToSrtFunction,LLongToSrtFunction> selfLambda) |
static LLongToSrtFunction |
LLongToSrtFunction.safe()
Safe instance.
|
static LLongToSrtFunction |
LLongToSrtFunction.safe(LLongToSrtFunction other)
Safe wrapping.
|
default LLongToSrtFunction |
LLongToByteFunction.thenToSrt(LByteToSrtFunction after)
Combines two functions together in a order.
|
default LLongToSrtFunction |
LLongToCharFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
default LLongToSrtFunction |
LLongToDblFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
default LLongToSrtFunction |
LLongToFltFunction.thenToSrt(LFltToSrtFunction after)
Combines two functions together in a order.
|
default LLongToSrtFunction |
LLongToIntFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
default LLongToSrtFunction |
LLongToSrtFunction.thenToSrt(LSrtUnaryOperator after)
Combines two functions together in a order.
|
default LLongToSrtFunction |
LLongToSrtFunction.trying(ExWF<RuntimeException> exF) |
default LLongToSrtFunction |
LLongToSrtFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LLongToSrtFunction |
LLongToSrtFunction.tryingThen(LToSrtFunction<Throwable> handler) |
LLongToSrtFunction |
LLongToSrtFunction.LLongToSrtFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LLongToSrtFunction> |
LLongToSrtFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LLongToSrtFunction> |
LLongToSrtFunction.safeSupplier(LSupplier<LLongToSrtFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static short |
LLongToSrtFunction.call(long a,
LLongToSrtFunction lambda) |
static LLongToSrtFunction |
LLongToSrtFunction.composed(LLongUnaryOperator before,
LLongToSrtFunction after) |
static <V> LToSrtFunction<V> |
LLongToSrtFunction.composed(LToLongFunction<? super V> before,
LLongToSrtFunction after) |
static LLongToSrtFunction |
LLongToSrtFunction.failSafe(LLongToSrtFunction func,
LLongToSrtFunction failSafe) |
default short |
LLongToSrtFunction.failSafeApplyAsSrt(long a,
LLongToSrtFunction failSafe) |
static short |
LLongToSrtFunction.failSafeApplyAsSrt(long a,
LLongToSrtFunction func,
LLongToSrtFunction failSafe) |
static void |
LLongToSrtFunction.fromTill(long min_a,
long max_a,
LLongToSrtFunction func)
From-To.
|
static void |
LLongToSrtFunction.fromTo(long min_a,
long max_a,
LLongToSrtFunction func)
From-To.
|
static short |
LLongToSrtFunction.handlingApplyAsSrt(long a,
LLongToSrtFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongToSrtFunction |
LLongToSrtFunction.longToSrtFunc(LLongToSrtFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongToSrtFunction |
LLongToSrtFunction.safe(LLongToSrtFunction other)
Safe wrapping.
|
default LSrtUnaryOperator |
LSrtToLongFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
default LIntToSrtFunction |
LIntToLongFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
default LFltToSrtFunction |
LFltToLongFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
default LDblToSrtFunction |
LDblToLongFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
default LCharToSrtFunction |
LCharToLongFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
default LByteToSrtFunction |
LByteToLongFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
default LBoolToSrtFunction |
LBoolToLongFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
static void |
LLongToSrtFunction.times(long max_a,
LLongToSrtFunction func)
From-To.
|
static short |
LLongToSrtFunction.tryApplyAsSrt(long a,
LLongToSrtFunction func) |
static short |
LLongToSrtFunction.tryApplyAsSrt(long a,
LLongToSrtFunction func,
ExWF<RuntimeException> exF) |
static short |
LLongToSrtFunction.tryApplyAsSrt(long a,
LLongToSrtFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static short |
LLongToSrtFunction.tryApplyAsSrtThen(long a,
LLongToSrtFunction func,
LToSrtFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LLongToSrtFunction |
LLongToSrtFunction.recursive(LFunction<LLongToSrtFunction,LLongToSrtFunction> selfLambda) |
static LLongToSrtFunction |
LLongToSrtFunction.recursive(LFunction<LLongToSrtFunction,LLongToSrtFunction> selfLambda) |
static LSupplier<LLongToSrtFunction> |
LLongToSrtFunction.safeSupplier(LSupplier<LLongToSrtFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToSrtFunction |
LLongFunction.thenToSrt(LToSrtFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToSrtFunction<T> |
LToLongFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
default LToSrtBiFunction<T1,T2> |
LToLongBiFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
default LOiToSrtFunction<T> |
LOiToLongFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToSrtFunction |
LLongUnaryOperator.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToSrtFunction |
LLongUnaryOperator.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToSrtFunction |
LLongPredicate.boolToLongToSrtFunc(LBoolToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtSupplier |
LLongSupplier.toSrtSup(LLongToSrtFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.