| Modifier and Type | Class and Description |
|---|---|
static class |
LSrtToLongFunction.LSrtToLongFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LSrtToLongFunction |
LSrtToLongFunction.compose(LSrtUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LSrtToLongFunction |
LSrtToLongFunction.composed(LSrtUnaryOperator before,
LSrtToLongFunction after) |
static LSrtToLongFunction |
LSrtToLongFunction.constant(long r)
Creates function that always returns the same value.
|
static LSrtToLongFunction |
LSrtToLongFunction.failSafe(LSrtToLongFunction func,
LSrtToLongFunction failSafe) |
default LSrtToLongFunction |
LSrtToLongFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LSrtToLongFunction |
LSrtToLongFunction.recursive(LFunction<LSrtToLongFunction,LSrtToLongFunction> selfLambda) |
static LSrtToLongFunction |
LSrtToLongFunction.safe()
Safe instance.
|
static LSrtToLongFunction |
LSrtToLongFunction.safe(LSrtToLongFunction other)
Safe wrapping.
|
static LSrtToLongFunction |
LSrtToLongFunction.srtToLongFunc(LSrtToLongFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LSrtToLongFunction |
LSrtToLongFunction.srtToLongFuncThrowing(ExF<Throwable> exF) |
static LSrtToLongFunction |
LSrtToLongFunction.srtToLongFuncThrowing(String message,
ExMF<Throwable> exF) |
default LSrtToLongFunction |
LSrtToByteFunction.thenToLong(LByteToLongFunction after)
Combines two functions together in a order.
|
default LSrtToLongFunction |
LSrtToCharFunction.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
default LSrtToLongFunction |
LSrtToDblFunction.thenToLong(LDblToLongFunction after)
Combines two functions together in a order.
|
default LSrtToLongFunction |
LSrtToFltFunction.thenToLong(LFltToLongFunction after)
Combines two functions together in a order.
|
default LSrtToLongFunction |
LSrtToIntFunction.thenToLong(LIntToLongFunction after)
Combines two functions together in a order.
|
default LSrtToLongFunction |
LSrtToLongFunction.thenToLong(LLongUnaryOperator after)
Combines two functions together in a order.
|
default LSrtToLongFunction |
LSrtToLongFunction.trying(ExWF<RuntimeException> exF) |
default LSrtToLongFunction |
LSrtToLongFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LSrtToLongFunction |
LSrtToLongFunction.tryingThen(LToLongFunction<Throwable> handler) |
LSrtToLongFunction |
LSrtToLongFunction.LSrtToLongFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LSrtToLongFunction> |
LSrtToLongFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LSrtToLongFunction> |
LSrtToLongFunction.safeSupplier(LSupplier<LSrtToLongFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
LSrtToLongFunction.call(short a,
LSrtToLongFunction lambda) |
static LSrtToLongFunction |
LSrtToLongFunction.composed(LSrtUnaryOperator before,
LSrtToLongFunction after) |
static <V> LToLongFunction<V> |
LSrtToLongFunction.composed(LToSrtFunction<? super V> before,
LSrtToLongFunction after) |
static LSrtToLongFunction |
LSrtToLongFunction.failSafe(LSrtToLongFunction func,
LSrtToLongFunction failSafe) |
default long |
LSrtToLongFunction.failSafeApplyAsLong(short a,
LSrtToLongFunction failSafe) |
static long |
LSrtToLongFunction.failSafeApplyAsLong(short a,
LSrtToLongFunction func,
LSrtToLongFunction failSafe) |
static void |
LSrtToLongFunction.fromTill(int min_i,
int max_i,
short a,
LSrtToLongFunction func)
From-To.
|
static void |
LSrtToLongFunction.fromTo(int min_i,
int max_i,
short a,
LSrtToLongFunction func)
From-To.
|
static long |
LSrtToLongFunction.handlingApplyAsLong(short a,
LSrtToLongFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LSrtToLongFunction |
LSrtToLongFunction.safe(LSrtToLongFunction other)
Safe wrapping.
|
static LSrtToLongFunction |
LSrtToLongFunction.srtToLongFunc(LSrtToLongFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
default LLongUnaryOperator |
LLongToSrtFunction.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
default LIntToLongFunction |
LIntToSrtFunction.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
default LFltToLongFunction |
LFltToSrtFunction.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
default LDblToLongFunction |
LDblToSrtFunction.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
default LCharToLongFunction |
LCharToSrtFunction.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
default LByteToLongFunction |
LByteToSrtFunction.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
default LBoolToLongFunction |
LBoolToSrtFunction.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
static void |
LSrtToLongFunction.times(int max_i,
short a,
LSrtToLongFunction func)
From-To.
|
static long |
LSrtToLongFunction.tryApplyAsLong(short a,
LSrtToLongFunction func) |
static long |
LSrtToLongFunction.tryApplyAsLong(short a,
LSrtToLongFunction func,
ExWF<RuntimeException> exF) |
static long |
LSrtToLongFunction.tryApplyAsLong(short a,
LSrtToLongFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static long |
LSrtToLongFunction.tryApplyAsLongThen(short a,
LSrtToLongFunction func,
LToLongFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LSrtToLongFunction |
LSrtToLongFunction.recursive(LFunction<LSrtToLongFunction,LSrtToLongFunction> selfLambda) |
static LSrtToLongFunction |
LSrtToLongFunction.recursive(LFunction<LSrtToLongFunction,LSrtToLongFunction> selfLambda) |
static LSupplier<LSrtToLongFunction> |
LSrtToLongFunction.safeSupplier(LSupplier<LSrtToLongFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToLongFunction |
LSrtFunction.thenToLong(LToLongFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToLongFunction<T> |
LToSrtFunction.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
default LToLongBiFunction<T1,T2> |
LToSrtBiFunction.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
default LOiToLongFunction<T> |
LOiToSrtFunction.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToLongFunction |
LSrtUnaryOperator.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToLongFunction |
LSrtUnaryOperator.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToLongFunction |
LSrtPredicate.boolToSrtToLongFunc(LBoolToLongFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongSupplier |
LSrtSupplier.toLongSup(LSrtToLongFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.