| Modifier and Type | Method and Description |
|---|---|
default LLongConsumer |
LLongIntConsumer.rShrink(LLongToIntFunction right) |
static LLongConsumer |
LLongIntConsumer.rShrinked(LLongToIntFunction right,
LLongIntConsumer func) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LLongToIntFunction.LLongToIntFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LLongToIntFunction |
LLongToIntFunction.compose(LLongUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LLongToIntFunction |
LLongToIntFunction.composed(LLongUnaryOperator before,
LLongToIntFunction after) |
static LLongToIntFunction |
LLongToIntFunction.constant(int r)
Creates function that always returns the same value.
|
static LLongToIntFunction |
LLongToIntFunction.failSafe(LLongToIntFunction func,
LLongToIntFunction failSafe) |
default LLongToIntFunction |
LLongToIntFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongToIntFunction |
LLongToIntFunction.longToIntFunc(LLongToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongToIntFunction |
LLongToIntFunction.longToIntFuncThrowing(ExF<Throwable> exF) |
static LLongToIntFunction |
LLongToIntFunction.longToIntFuncThrowing(String message,
ExMF<Throwable> exF) |
static LLongToIntFunction |
LLongToIntFunction.recursive(LFunction<LLongToIntFunction,LLongToIntFunction> selfLambda) |
static LLongToIntFunction |
LLongToIntFunction.safe()
Safe instance.
|
static LLongToIntFunction |
LLongToIntFunction.safe(LLongToIntFunction other)
Safe wrapping.
|
default LLongToIntFunction |
LLongToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LLongToIntFunction |
LLongToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LLongToIntFunction |
LLongToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LLongToIntFunction |
LLongToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LLongToIntFunction |
LLongToIntFunction.thenToInt(LIntUnaryOperator after)
Combines two functions together in a order.
|
default LLongToIntFunction |
LLongToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LLongToIntFunction |
LLongToIntFunction.trying(ExWF<RuntimeException> exF) |
default LLongToIntFunction |
LLongToIntFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LLongToIntFunction |
LLongToIntFunction.tryingThen(LToIntFunction<Throwable> handler) |
LLongToIntFunction |
LLongToIntFunction.LLongToIntFunctionSingle.value() |
static LLongToIntFunction |
LLongToIntFunction.wrap(java.util.function.LongToIntFunction other)
Wraps JRE instance.
|
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LLongToIntFunction> |
LLongToIntFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LLongToIntFunction> |
LLongToIntFunction.safeSupplier(LSupplier<LLongToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
LLongToIntFunction.call(long a,
LLongToIntFunction lambda) |
static LLongToIntFunction |
LLongToIntFunction.composed(LLongUnaryOperator before,
LLongToIntFunction after) |
static <V> LToIntFunction<V> |
LLongToIntFunction.composed(LToLongFunction<? super V> before,
LLongToIntFunction after) |
static LLongToIntFunction |
LLongToIntFunction.failSafe(LLongToIntFunction func,
LLongToIntFunction failSafe) |
default int |
LLongToIntFunction.failSafeApplyAsInt(long a,
LLongToIntFunction failSafe) |
static int |
LLongToIntFunction.failSafeApplyAsInt(long a,
LLongToIntFunction func,
LLongToIntFunction failSafe) |
static void |
LLongToIntFunction.fromTill(long min_a,
long max_a,
LLongToIntFunction func)
From-To.
|
static void |
LLongToIntFunction.fromTo(long min_a,
long max_a,
LLongToIntFunction func)
From-To.
|
static int |
LLongToIntFunction.handlingApplyAsInt(long a,
LLongToIntFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongToIntFunction |
LLongToIntFunction.longToIntFunc(LLongToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongToIntFunction |
LLongToIntFunction.safe(LLongToIntFunction other)
Safe wrapping.
|
default LSrtToIntFunction |
LSrtToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LIntUnaryOperator |
LIntToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LFltToIntFunction |
LFltToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LDblToIntFunction |
LDblToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LCharToIntFunction |
LCharToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LByteToIntFunction |
LByteToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LBoolToIntFunction |
LBoolToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
static void |
LLongToIntFunction.times(long max_a,
LLongToIntFunction func)
From-To.
|
static int |
LLongToIntFunction.tryApplyAsInt(long a,
LLongToIntFunction func) |
static int |
LLongToIntFunction.tryApplyAsInt(long a,
LLongToIntFunction func,
ExWF<RuntimeException> exF) |
static int |
LLongToIntFunction.tryApplyAsInt(long a,
LLongToIntFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static int |
LLongToIntFunction.tryApplyAsIntThen(long a,
LLongToIntFunction func,
LToIntFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LLongToIntFunction |
LLongToIntFunction.recursive(LFunction<LLongToIntFunction,LLongToIntFunction> selfLambda) |
static LLongToIntFunction |
LLongToIntFunction.recursive(LFunction<LLongToIntFunction,LLongToIntFunction> selfLambda) |
static LSupplier<LLongToIntFunction> |
LLongToIntFunction.safeSupplier(LSupplier<LLongToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToIntFunction |
LLongFunction.thenToInt(LToIntFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieLongFunction<T> |
LTieLongFunction.apply3rdAsInt(LLongToIntFunction func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LToIntFunction<T> |
LToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LToIntBiFunction<T1,T2> |
LToLongBiFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LOiToIntFunction<T> |
LOiToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieLongFunction<T> |
LTieLongFunction.uncurry(LFunction<T,LIntFunction<LLongToIntFunction>> func) |
| Modifier and Type | Method and Description |
|---|---|
default LLongToIntFunction |
LLongUnaryOperator.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToIntFunction |
LLongUnaryOperator.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToIntFunction |
LLongPredicate.boolToLongToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongPredicate |
LLongIntPredicate.rShrink(LLongToIntFunction right) |
static LLongPredicate |
LLongIntPredicate.rShrinked(LLongToIntFunction right,
LLongIntPredicate func) |
| Modifier and Type | Method and Description |
|---|---|
default LIntSupplier |
LLongSupplier.toIntSup(LLongToIntFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.