| Modifier and Type | Method and Description |
|---|---|
default LByteConsumer |
LByteIntConsumer.rShrink(LByteToIntFunction right) |
static LByteConsumer |
LByteIntConsumer.rShrinked(LByteToIntFunction right,
LByteIntConsumer func) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LByteToIntFunction.LByteToIntFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
static LByteToIntFunction |
LByteToIntFunction.byteToIntFunc(LByteToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LByteToIntFunction |
LByteToIntFunction.byteToIntFuncThrowing(ExF<Throwable> exF) |
static LByteToIntFunction |
LByteToIntFunction.byteToIntFuncThrowing(String message,
ExMF<Throwable> exF) |
default LByteToIntFunction |
LByteToIntFunction.compose(LByteUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LByteToIntFunction |
LByteToIntFunction.composed(LByteUnaryOperator before,
LByteToIntFunction after) |
static LByteToIntFunction |
LByteToIntFunction.constant(int r)
Creates function that always returns the same value.
|
static LByteToIntFunction |
LByteToIntFunction.failSafe(LByteToIntFunction func,
LByteToIntFunction failSafe) |
default LByteToIntFunction |
LByteToIntFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LByteToIntFunction |
LByteToIntFunction.recursive(LFunction<LByteToIntFunction,LByteToIntFunction> selfLambda) |
static LByteToIntFunction |
LByteToIntFunction.safe()
Safe instance.
|
static LByteToIntFunction |
LByteToIntFunction.safe(LByteToIntFunction other)
Safe wrapping.
|
default LByteToIntFunction |
LByteToCharFunction.thenToInt(LCharToIntFunction after)
Combines two functions together in a order.
|
default LByteToIntFunction |
LByteToDblFunction.thenToInt(LDblToIntFunction after)
Combines two functions together in a order.
|
default LByteToIntFunction |
LByteToFltFunction.thenToInt(LFltToIntFunction after)
Combines two functions together in a order.
|
default LByteToIntFunction |
LByteToIntFunction.thenToInt(LIntUnaryOperator after)
Combines two functions together in a order.
|
default LByteToIntFunction |
LByteToLongFunction.thenToInt(LLongToIntFunction after)
Combines two functions together in a order.
|
default LByteToIntFunction |
LByteToSrtFunction.thenToInt(LSrtToIntFunction after)
Combines two functions together in a order.
|
default LByteToIntFunction |
LByteToIntFunction.trying(ExWF<RuntimeException> exF) |
default LByteToIntFunction |
LByteToIntFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LByteToIntFunction |
LByteToIntFunction.tryingThen(LToIntFunction<Throwable> handler) |
LByteToIntFunction |
LByteToIntFunction.LByteToIntFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LByteToIntFunction> |
LByteToIntFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LByteToIntFunction> |
LByteToIntFunction.safeSupplier(LSupplier<LByteToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static LByteToIntFunction |
LByteToIntFunction.byteToIntFunc(LByteToIntFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static int |
LByteToIntFunction.call(byte a,
LByteToIntFunction lambda) |
static LByteToIntFunction |
LByteToIntFunction.composed(LByteUnaryOperator before,
LByteToIntFunction after) |
static <V> LToIntFunction<V> |
LByteToIntFunction.composed(LToByteFunction<? super V> before,
LByteToIntFunction after) |
static LByteToIntFunction |
LByteToIntFunction.failSafe(LByteToIntFunction func,
LByteToIntFunction failSafe) |
default int |
LByteToIntFunction.failSafeApplyAsInt(byte a,
LByteToIntFunction failSafe) |
static int |
LByteToIntFunction.failSafeApplyAsInt(byte a,
LByteToIntFunction func,
LByteToIntFunction failSafe) |
static void |
LByteToIntFunction.fromTill(int min_i,
int max_i,
byte a,
LByteToIntFunction func)
From-To.
|
static void |
LByteToIntFunction.fromTo(int min_i,
int max_i,
byte a,
LByteToIntFunction func)
From-To.
|
static int |
LByteToIntFunction.handlingApplyAsInt(byte a,
LByteToIntFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LByteToIntFunction |
LByteToIntFunction.safe(LByteToIntFunction other)
Safe wrapping.
|
default LSrtToIntFunction |
LSrtToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LLongToIntFunction |
LLongToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LIntUnaryOperator |
LIntToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LFltToIntFunction |
LFltToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LDblToIntFunction |
LDblToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LCharToIntFunction |
LCharToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LBoolToIntFunction |
LBoolToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
static void |
LByteToIntFunction.times(int max_i,
byte a,
LByteToIntFunction func)
From-To.
|
static int |
LByteToIntFunction.tryApplyAsInt(byte a,
LByteToIntFunction func) |
static int |
LByteToIntFunction.tryApplyAsInt(byte a,
LByteToIntFunction func,
ExWF<RuntimeException> exF) |
static int |
LByteToIntFunction.tryApplyAsInt(byte a,
LByteToIntFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static int |
LByteToIntFunction.tryApplyAsIntThen(byte a,
LByteToIntFunction func,
LToIntFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LByteToIntFunction |
LByteToIntFunction.recursive(LFunction<LByteToIntFunction,LByteToIntFunction> selfLambda) |
static LByteToIntFunction |
LByteToIntFunction.recursive(LFunction<LByteToIntFunction,LByteToIntFunction> selfLambda) |
static LSupplier<LByteToIntFunction> |
LByteToIntFunction.safeSupplier(LSupplier<LByteToIntFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToIntFunction |
LByteFunction.thenToInt(LToIntFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieByteFunction<T> |
LTieByteFunction.apply3rdAsInt(LByteToIntFunction func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default LToIntFunction<T> |
LToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LToIntBiFunction<T1,T2> |
LToByteBiFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
default LOiToIntFunction<T> |
LOiToByteFunction.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LTieByteFunction<T> |
LTieByteFunction.uncurry(LFunction<T,LIntFunction<LByteToIntFunction>> func) |
| Modifier and Type | Method and Description |
|---|---|
default LByteToIntFunction |
LByteUnaryOperator.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToIntFunction |
LByteUnaryOperator.thenToInt(LByteToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteToIntFunction |
LBytePredicate.boolToByteToIntFunc(LBoolToIntFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LBytePredicate |
LByteIntPredicate.rShrink(LByteToIntFunction right) |
static LBytePredicate |
LByteIntPredicate.rShrinked(LByteToIntFunction right,
LByteIntPredicate func) |
| Modifier and Type | Method and Description |
|---|---|
default LIntSupplier |
LByteSupplier.toIntSup(LByteToIntFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.