| Modifier and Type | Method and Description |
|---|---|
default LSrtConsumer |
LSrtIntConsumer.rShrink(LSrtToIntFunction right) |
static LSrtConsumer |
LSrtIntConsumer.rShrinked(LSrtToIntFunction right,
LSrtIntConsumer func) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LSrtToIntFunction.LSrtToIntFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LSrtToIntFunction |
LSrtToIntFunction.compose(LSrtUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LSrtToIntFunction |
LSrtToIntFunction.composed(LSrtUnaryOperator before,
LSrtToIntFunction after) |
static LSrtToIntFunction |
LSrtToIntFunction.constant(int r)
Creates function that always returns the same value.
|
static LSrtToIntFunction |
LSrtToIntFunction.failSafe(LSrtToIntFunction func,
LSrtToIntFunction failSafe) |
default LSrtToIntFunction |
LSrtToIntFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LSrtToIntFunction |
LSrtToIntFunction.recursive(LFunction<LSrtToIntFunction,LSrtToIntFunction> selfLambda) |
static LSrtToIntFunction |
LSrtToIntFunction.safe()
Safe instance.
|
static LSrtToIntFunction |
LSrtToIntFunction.safe(LSrtToIntFunction other)
Safe wrapping.
|
static LSrtToIntFunction |
LSrtToIntFunction.srtToIntFunc(LSrtToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LSrtToIntFunction |
LSrtToIntFunction.srtToIntFuncThrowing(ExF<Throwable> exF) |
static LSrtToIntFunction |
LSrtToIntFunction.srtToIntFuncThrowing(String message,
ExMF<Throwable> exF) |
default LSrtToIntFunction |
LSrtToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LSrtToIntFunction |
LSrtToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LSrtToIntFunction |
LSrtToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LSrtToIntFunction |
LSrtToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LSrtToIntFunction |
LSrtToIntFunction.thenToInt(LIntUnaryOperator after)
Combines two functions together in a order.
|
default LSrtToIntFunction |
LSrtToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LSrtToIntFunction |
LSrtToIntFunction.trying(ExWF<RuntimeException> exF) |
default LSrtToIntFunction |
LSrtToIntFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LSrtToIntFunction |
LSrtToIntFunction.tryingThen(LToIntFunction<Throwable> handler) |
LSrtToIntFunction |
LSrtToIntFunction.LSrtToIntFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LSrtToIntFunction> |
LSrtToIntFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LSrtToIntFunction> |
LSrtToIntFunction.safeSupplier(LSupplier<LSrtToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
LSrtToIntFunction.call(short a,
LSrtToIntFunction lambda) |
static LSrtToIntFunction |
LSrtToIntFunction.composed(LSrtUnaryOperator before,
LSrtToIntFunction after) |
static <V> LToIntFunction<V> |
LSrtToIntFunction.composed(LToSrtFunction<? super V> before,
LSrtToIntFunction after) |
static LSrtToIntFunction |
LSrtToIntFunction.failSafe(LSrtToIntFunction func,
LSrtToIntFunction failSafe) |
default int |
LSrtToIntFunction.failSafeApplyAsInt(short a,
LSrtToIntFunction failSafe) |
static int |
LSrtToIntFunction.failSafeApplyAsInt(short a,
LSrtToIntFunction func,
LSrtToIntFunction failSafe) |
static void |
LSrtToIntFunction.fromTill(int min_i,
int max_i,
short a,
LSrtToIntFunction func)
From-To.
|
static void |
LSrtToIntFunction.fromTo(int min_i,
int max_i,
short a,
LSrtToIntFunction func)
From-To.
|
static int |
LSrtToIntFunction.handlingApplyAsInt(short a,
LSrtToIntFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LSrtToIntFunction |
LSrtToIntFunction.safe(LSrtToIntFunction other)
Safe wrapping.
|
static LSrtToIntFunction |
LSrtToIntFunction.srtToIntFunc(LSrtToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
default LLongToIntFunction |
LLongToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LIntUnaryOperator |
LIntToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LFltToIntFunction |
LFltToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LDblToIntFunction |
LDblToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LCharToIntFunction |
LCharToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LByteToIntFunction |
LByteToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LBoolToIntFunction |
LBoolToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
static void |
LSrtToIntFunction.times(int max_i,
short a,
LSrtToIntFunction func)
From-To.
|
static int |
LSrtToIntFunction.tryApplyAsInt(short a,
LSrtToIntFunction func) |
static int |
LSrtToIntFunction.tryApplyAsInt(short a,
LSrtToIntFunction func,
ExWF<RuntimeException> exF) |
static int |
LSrtToIntFunction.tryApplyAsInt(short a,
LSrtToIntFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static int |
LSrtToIntFunction.tryApplyAsIntThen(short a,
LSrtToIntFunction func,
LToIntFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LSrtToIntFunction |
LSrtToIntFunction.recursive(LFunction<LSrtToIntFunction,LSrtToIntFunction> selfLambda) |
static LSrtToIntFunction |
LSrtToIntFunction.recursive(LFunction<LSrtToIntFunction,LSrtToIntFunction> selfLambda) |
static LSupplier<LSrtToIntFunction> |
LSrtToIntFunction.safeSupplier(LSupplier<LSrtToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToIntFunction |
LSrtFunction.thenToInt(LToIntFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieSrtFunction<T> |
LTieSrtFunction.apply3rdAsInt(LSrtToIntFunction func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LToIntFunction<T> |
LToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LToIntBiFunction<T1,T2> |
LToSrtBiFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LOiToIntFunction<T> |
LOiToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieSrtFunction<T> |
LTieSrtFunction.uncurry(LFunction<T,LIntFunction<LSrtToIntFunction>> func) |
| Modifier and Type | Method and Description |
|---|---|
default LSrtToIntFunction |
LSrtUnaryOperator.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToIntFunction |
LSrtUnaryOperator.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtToIntFunction |
LSrtPredicate.boolToSrtToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LSrtPredicate |
LSrtIntPredicate.rShrink(LSrtToIntFunction right) |
static LSrtPredicate |
LSrtIntPredicate.rShrinked(LSrtToIntFunction right,
LSrtIntPredicate func) |
| Modifier and Type | Method and Description |
|---|---|
default LIntSupplier |
LSrtSupplier.toIntSup(LSrtToIntFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.