| Modifier and Type | Method and Description |
|---|---|
default LIntConsumer |
LByteIntConsumer.lShrink(LIntToByteFunction left) |
static LIntConsumer |
LByteIntConsumer.lShrinked(LIntToByteFunction left,
LByteIntConsumer func) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LIntToByteFunction.LIntToByteFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LIntToByteFunction |
LIntToByteFunction.compose(LIntUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LIntToByteFunction |
LIntToByteFunction.composed(LIntUnaryOperator before,
LIntToByteFunction after) |
static LIntToByteFunction |
LIntToByteFunction.constant(byte r)
Creates function that always returns the same value.
|
static LIntToByteFunction |
LIntToByteFunction.failSafe(LIntToByteFunction func,
LIntToByteFunction failSafe) |
default LIntToByteFunction |
LIntToByteFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LIntToByteFunction |
LIntToByteFunction.intToByteFunc(LIntToByteFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LIntToByteFunction |
LIntToByteFunction.intToByteFuncThrowing(ExF<Throwable> exF) |
static LIntToByteFunction |
LIntToByteFunction.intToByteFuncThrowing(String message,
ExMF<Throwable> exF) |
static LIntToByteFunction |
LIntToByteFunction.recursive(LFunction<LIntToByteFunction,LIntToByteFunction> selfLambda) |
static LIntToByteFunction |
LIntToByteFunction.safe()
Safe instance.
|
static LIntToByteFunction |
LIntToByteFunction.safe(LIntToByteFunction other)
Safe wrapping.
|
default LIntToByteFunction |
LIntToByteFunction.thenToByte(LByteUnaryOperator after)
Combines two functions together in a order.
|
default LIntToByteFunction |
LIntToCharFunction.thenToByte(LCharToByteFunction after)
Combines two functions together in a order.
|
default LIntToByteFunction |
LIntToDblFunction.thenToByte(LDblToByteFunction after)
Combines two functions together in a order.
|
default LIntToByteFunction |
LIntToFltFunction.thenToByte(LFltToByteFunction after)
Combines two functions together in a order.
|
default LIntToByteFunction |
LIntToLongFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
default LIntToByteFunction |
LIntToSrtFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
default LIntToByteFunction |
LIntToByteFunction.trying(ExWF<RuntimeException> exF) |
default LIntToByteFunction |
LIntToByteFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LIntToByteFunction |
LIntToByteFunction.tryingThen(LToByteFunction<Throwable> handler) |
LIntToByteFunction |
LIntToByteFunction.LIntToByteFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LIntToByteFunction> |
LIntToByteFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LIntToByteFunction> |
LIntToByteFunction.safeSupplier(LSupplier<LIntToByteFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static byte |
LIntToByteFunction.call(int a,
LIntToByteFunction lambda) |
static LIntToByteFunction |
LIntToByteFunction.composed(LIntUnaryOperator before,
LIntToByteFunction after) |
static <V> LToByteFunction<V> |
LIntToByteFunction.composed(LToIntFunction<? super V> before,
LIntToByteFunction after) |
static LIntToByteFunction |
LIntToByteFunction.failSafe(LIntToByteFunction func,
LIntToByteFunction failSafe) |
default byte |
LIntToByteFunction.failSafeApplyAsByte(int a,
LIntToByteFunction failSafe) |
static byte |
LIntToByteFunction.failSafeApplyAsByte(int a,
LIntToByteFunction func,
LIntToByteFunction failSafe) |
static void |
LIntToByteFunction.fromTill(int min_a,
int max_a,
LIntToByteFunction func)
From-To.
|
static void |
LIntToByteFunction.fromTo(int min_a,
int max_a,
LIntToByteFunction func)
From-To.
|
static byte |
LIntToByteFunction.handlingApplyAsByte(int a,
LIntToByteFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LIntToByteFunction |
LIntToByteFunction.intToByteFunc(LIntToByteFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LIntToByteFunction |
LIntToByteFunction.safe(LIntToByteFunction other)
Safe wrapping.
|
default LSrtToByteFunction |
LSrtToIntFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
default LLongToByteFunction |
LLongToIntFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
default LFltToByteFunction |
LFltToIntFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
default LDblToByteFunction |
LDblToIntFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
default LCharToByteFunction |
LCharToIntFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
default LByteUnaryOperator |
LByteToIntFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
default LBoolToByteFunction |
LBoolToIntFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
static void |
LIntToByteFunction.times(int max_a,
LIntToByteFunction func)
From-To.
|
static byte |
LIntToByteFunction.tryApplyAsByte(int a,
LIntToByteFunction func) |
static byte |
LIntToByteFunction.tryApplyAsByte(int a,
LIntToByteFunction func,
ExWF<RuntimeException> exF) |
static byte |
LIntToByteFunction.tryApplyAsByte(int a,
LIntToByteFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static byte |
LIntToByteFunction.tryApplyAsByteThen(int a,
LIntToByteFunction func,
LToByteFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LIntToByteFunction |
LIntToByteFunction.recursive(LFunction<LIntToByteFunction,LIntToByteFunction> selfLambda) |
static LIntToByteFunction |
LIntToByteFunction.recursive(LFunction<LIntToByteFunction,LIntToByteFunction> selfLambda) |
static LSupplier<LIntToByteFunction> |
LIntToByteFunction.safeSupplier(LSupplier<LIntToByteFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToByteFunction |
LIntFunction.thenToByte(LToByteFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToByteFunction |
LOiToByteFunction.lShrink(LIntFunction<T> left) |
default LIntToByteFunction |
LOiToByteFunction.lShrinkc(T a1) |
static <T> LIntToByteFunction |
LOiToByteFunction.lShrinked(LIntFunction<T> left,
LOiToByteFunction<T> func) |
static <T> LIntToByteFunction |
LOiToByteFunction.lShrinkedc(T a1,
LOiToByteFunction<T> func) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToByteFunction<T> |
LOiToByteFunction.apply2ndAsByte(LIntToByteFunction func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
default LToByteFunction<T> |
LToIntFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
default LToByteBiFunction<T1,T2> |
LToIntBiFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
default LOiToByteFunction<T> |
LOiToIntFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToByteFunction<T> |
LOiToByteFunction.uncurry(LFunction<T,LIntToByteFunction> func) |
| Modifier and Type | Method and Description |
|---|---|
default LIntToByteFunction |
LIntUnaryOperator.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToByteFunction |
LIntUnaryOperator.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntToByteFunction |
LIntPredicate.boolToIntToByteFunc(LBoolToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LIntPredicate |
LByteIntPredicate.lShrink(LIntToByteFunction left) |
static LIntPredicate |
LByteIntPredicate.lShrinked(LIntToByteFunction left,
LByteIntPredicate func) |
| Modifier and Type | Method and Description |
|---|---|
default LByteSupplier |
LIntSupplier.toByteSup(LIntToByteFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.