| Modifier and Type | Method and Description |
|---|---|
default LIntConsumer |
LSrtIntConsumer.lShrink(LIntToSrtFunction left) |
static LIntConsumer |
LSrtIntConsumer.lShrinked(LIntToSrtFunction left,
LSrtIntConsumer func) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LIntToSrtFunction.LIntToSrtFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LIntToSrtFunction |
LIntToSrtFunction.compose(LIntUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LIntToSrtFunction |
LIntToSrtFunction.composed(LIntUnaryOperator before,
LIntToSrtFunction after) |
static LIntToSrtFunction |
LIntToSrtFunction.constant(short r)
Creates function that always returns the same value.
|
static LIntToSrtFunction |
LIntToSrtFunction.failSafe(LIntToSrtFunction func,
LIntToSrtFunction failSafe) |
default LIntToSrtFunction |
LIntToSrtFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LIntToSrtFunction |
LIntToSrtFunction.intToSrtFunc(LIntToSrtFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LIntToSrtFunction |
LIntToSrtFunction.intToSrtFuncThrowing(ExF<Throwable> exF) |
static LIntToSrtFunction |
LIntToSrtFunction.intToSrtFuncThrowing(String message,
ExMF<Throwable> exF) |
static LIntToSrtFunction |
LIntToSrtFunction.recursive(LFunction<LIntToSrtFunction,LIntToSrtFunction> selfLambda) |
static LIntToSrtFunction |
LIntToSrtFunction.safe()
Safe instance.
|
static LIntToSrtFunction |
LIntToSrtFunction.safe(LIntToSrtFunction other)
Safe wrapping.
|
default LIntToSrtFunction |
LIntToByteFunction.thenToSrt(LByteToSrtFunction after)
Combines two functions together in a order.
|
default LIntToSrtFunction |
LIntToCharFunction.thenToSrt(LCharToSrtFunction after)
Combines two functions together in a order.
|
default LIntToSrtFunction |
LIntToDblFunction.thenToSrt(LDblToSrtFunction after)
Combines two functions together in a order.
|
default LIntToSrtFunction |
LIntToFltFunction.thenToSrt(LFltToSrtFunction after)
Combines two functions together in a order.
|
default LIntToSrtFunction |
LIntToLongFunction.thenToSrt(LLongToSrtFunction after)
Combines two functions together in a order.
|
default LIntToSrtFunction |
LIntToSrtFunction.thenToSrt(LSrtUnaryOperator after)
Combines two functions together in a order.
|
default LIntToSrtFunction |
LIntToSrtFunction.trying(ExWF<RuntimeException> exF) |
default LIntToSrtFunction |
LIntToSrtFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LIntToSrtFunction |
LIntToSrtFunction.tryingThen(LToSrtFunction<Throwable> handler) |
LIntToSrtFunction |
LIntToSrtFunction.LIntToSrtFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LIntToSrtFunction> |
LIntToSrtFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LIntToSrtFunction> |
LIntToSrtFunction.safeSupplier(LSupplier<LIntToSrtFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static short |
LIntToSrtFunction.call(int a,
LIntToSrtFunction lambda) |
static LIntToSrtFunction |
LIntToSrtFunction.composed(LIntUnaryOperator before,
LIntToSrtFunction after) |
static <V> LToSrtFunction<V> |
LIntToSrtFunction.composed(LToIntFunction<? super V> before,
LIntToSrtFunction after) |
static LIntToSrtFunction |
LIntToSrtFunction.failSafe(LIntToSrtFunction func,
LIntToSrtFunction failSafe) |
default short |
LIntToSrtFunction.failSafeApplyAsSrt(int a,
LIntToSrtFunction failSafe) |
static short |
LIntToSrtFunction.failSafeApplyAsSrt(int a,
LIntToSrtFunction func,
LIntToSrtFunction failSafe) |
static void |
LIntToSrtFunction.fromTill(int min_a,
int max_a,
LIntToSrtFunction func)
From-To.
|
static void |
LIntToSrtFunction.fromTo(int min_a,
int max_a,
LIntToSrtFunction func)
From-To.
|
static short |
LIntToSrtFunction.handlingApplyAsSrt(int a,
LIntToSrtFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LIntToSrtFunction |
LIntToSrtFunction.intToSrtFunc(LIntToSrtFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LIntToSrtFunction |
LIntToSrtFunction.safe(LIntToSrtFunction other)
Safe wrapping.
|
default LSrtUnaryOperator |
LSrtToIntFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
default LLongToSrtFunction |
LLongToIntFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
default LFltToSrtFunction |
LFltToIntFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
default LDblToSrtFunction |
LDblToIntFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
default LCharToSrtFunction |
LCharToIntFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
default LByteToSrtFunction |
LByteToIntFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
default LBoolToSrtFunction |
LBoolToIntFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
static void |
LIntToSrtFunction.times(int max_a,
LIntToSrtFunction func)
From-To.
|
static short |
LIntToSrtFunction.tryApplyAsSrt(int a,
LIntToSrtFunction func) |
static short |
LIntToSrtFunction.tryApplyAsSrt(int a,
LIntToSrtFunction func,
ExWF<RuntimeException> exF) |
static short |
LIntToSrtFunction.tryApplyAsSrt(int a,
LIntToSrtFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static short |
LIntToSrtFunction.tryApplyAsSrtThen(int a,
LIntToSrtFunction func,
LToSrtFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LIntToSrtFunction |
LIntToSrtFunction.recursive(LFunction<LIntToSrtFunction,LIntToSrtFunction> selfLambda) |
static LIntToSrtFunction |
LIntToSrtFunction.recursive(LFunction<LIntToSrtFunction,LIntToSrtFunction> selfLambda) |
static LSupplier<LIntToSrtFunction> |
LIntToSrtFunction.safeSupplier(LSupplier<LIntToSrtFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToSrtFunction |
LIntFunction.thenToSrt(LToSrtFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToSrtFunction |
LOiToSrtFunction.lShrink(LIntFunction<T> left) |
default LIntToSrtFunction |
LOiToSrtFunction.lShrinkc(T a1) |
static <T> LIntToSrtFunction |
LOiToSrtFunction.lShrinked(LIntFunction<T> left,
LOiToSrtFunction<T> func) |
static <T> LIntToSrtFunction |
LOiToSrtFunction.lShrinkedc(T a1,
LOiToSrtFunction<T> func) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToSrtFunction<T> |
LOiToSrtFunction.apply2ndAsSrt(LIntToSrtFunction func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
default LToSrtFunction<T> |
LToIntFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
default LToSrtBiFunction<T1,T2> |
LToIntBiFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
default LOiToSrtFunction<T> |
LOiToIntFunction.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToSrtFunction<T> |
LOiToSrtFunction.uncurry(LFunction<T,LIntToSrtFunction> func) |
| Modifier and Type | Method and Description |
|---|---|
default LIntToSrtFunction |
LIntUnaryOperator.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToSrtFunction |
LIntUnaryOperator.thenToSrt(LIntToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToSrtFunction |
LIntPredicate.boolToIntToSrtFunc(LBoolToSrtFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntPredicate |
LSrtIntPredicate.lShrink(LIntToSrtFunction left) |
static LIntPredicate |
LSrtIntPredicate.lShrinked(LIntToSrtFunction left,
LSrtIntPredicate func) |
| Modifier and Type | Method and Description |
|---|---|
default LSrtSupplier |
LIntSupplier.toSrtSup(LIntToSrtFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.