| Modifier and Type | Class and Description |
|---|---|
static class |
LLongToByteFunction.LLongToByteFunctionSingle |
| Modifier and Type | Method and Description |
|---|---|
default LLongToByteFunction |
LLongToByteFunction.compose(LLongUnaryOperator before)
Allows to manipulate the domain of the function.
|
static LLongToByteFunction |
LLongToByteFunction.composed(LLongUnaryOperator before,
LLongToByteFunction after) |
static LLongToByteFunction |
LLongToByteFunction.constant(byte r)
Creates function that always returns the same value.
|
static LLongToByteFunction |
LLongToByteFunction.failSafe(LLongToByteFunction func,
LLongToByteFunction failSafe) |
default LLongToByteFunction |
LLongToByteFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongToByteFunction |
LLongToByteFunction.longToByteFunc(LLongToByteFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongToByteFunction |
LLongToByteFunction.longToByteFuncThrowing(ExF<Throwable> exF) |
static LLongToByteFunction |
LLongToByteFunction.longToByteFuncThrowing(String message,
ExMF<Throwable> exF) |
static LLongToByteFunction |
LLongToByteFunction.recursive(LFunction<LLongToByteFunction,LLongToByteFunction> selfLambda) |
static LLongToByteFunction |
LLongToByteFunction.safe()
Safe instance.
|
static LLongToByteFunction |
LLongToByteFunction.safe(LLongToByteFunction other)
Safe wrapping.
|
default LLongToByteFunction |
LLongToByteFunction.thenToByte(LByteUnaryOperator after)
Combines two functions together in a order.
|
default LLongToByteFunction |
LLongToCharFunction.thenToByte(LCharToByteFunction after)
Combines two functions together in a order.
|
default LLongToByteFunction |
LLongToDblFunction.thenToByte(LDblToByteFunction after)
Combines two functions together in a order.
|
default LLongToByteFunction |
LLongToFltFunction.thenToByte(LFltToByteFunction after)
Combines two functions together in a order.
|
default LLongToByteFunction |
LLongToIntFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
default LLongToByteFunction |
LLongToSrtFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
default LLongToByteFunction |
LLongToByteFunction.trying(ExWF<RuntimeException> exF) |
default LLongToByteFunction |
LLongToByteFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LLongToByteFunction |
LLongToByteFunction.tryingThen(LToByteFunction<Throwable> handler) |
LLongToByteFunction |
LLongToByteFunction.LLongToByteFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static LSupplier<LLongToByteFunction> |
LLongToByteFunction.safeSupplier()
Safe instance supplier.
|
static LSupplier<LLongToByteFunction> |
LLongToByteFunction.safeSupplier(LSupplier<LLongToByteFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static byte |
LLongToByteFunction.call(long a,
LLongToByteFunction lambda) |
static LLongToByteFunction |
LLongToByteFunction.composed(LLongUnaryOperator before,
LLongToByteFunction after) |
static <V> LToByteFunction<V> |
LLongToByteFunction.composed(LToLongFunction<? super V> before,
LLongToByteFunction after) |
static LLongToByteFunction |
LLongToByteFunction.failSafe(LLongToByteFunction func,
LLongToByteFunction failSafe) |
default byte |
LLongToByteFunction.failSafeApplyAsByte(long a,
LLongToByteFunction failSafe) |
static byte |
LLongToByteFunction.failSafeApplyAsByte(long a,
LLongToByteFunction func,
LLongToByteFunction failSafe) |
static void |
LLongToByteFunction.fromTill(long min_a,
long max_a,
LLongToByteFunction func)
From-To.
|
static void |
LLongToByteFunction.fromTo(long min_a,
long max_a,
LLongToByteFunction func)
From-To.
|
static byte |
LLongToByteFunction.handlingApplyAsByte(long a,
LLongToByteFunction func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static LLongToByteFunction |
LLongToByteFunction.longToByteFunc(LLongToByteFunction lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static LLongToByteFunction |
LLongToByteFunction.safe(LLongToByteFunction other)
Safe wrapping.
|
default LSrtToByteFunction |
LSrtToLongFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
default LIntToByteFunction |
LIntToLongFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
default LFltToByteFunction |
LFltToLongFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
default LDblToByteFunction |
LDblToLongFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
default LCharToByteFunction |
LCharToLongFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
default LByteUnaryOperator |
LByteToLongFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
default LBoolToByteFunction |
LBoolToLongFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
static void |
LLongToByteFunction.times(long max_a,
LLongToByteFunction func)
From-To.
|
static byte |
LLongToByteFunction.tryApplyAsByte(long a,
LLongToByteFunction func) |
static byte |
LLongToByteFunction.tryApplyAsByte(long a,
LLongToByteFunction func,
ExWF<RuntimeException> exF) |
static byte |
LLongToByteFunction.tryApplyAsByte(long a,
LLongToByteFunction func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static byte |
LLongToByteFunction.tryApplyAsByteThen(long a,
LLongToByteFunction func,
LToByteFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static LLongToByteFunction |
LLongToByteFunction.recursive(LFunction<LLongToByteFunction,LLongToByteFunction> selfLambda) |
static LLongToByteFunction |
LLongToByteFunction.recursive(LFunction<LLongToByteFunction,LLongToByteFunction> selfLambda) |
static LSupplier<LLongToByteFunction> |
LLongToByteFunction.safeSupplier(LSupplier<LLongToByteFunction> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToByteFunction |
LLongFunction.thenToByte(LToByteFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LToByteFunction<T> |
LToLongFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
default LToByteBiFunction<T1,T2> |
LToLongBiFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
default LOiToByteFunction<T> |
LOiToLongFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToByteFunction |
LLongUnaryOperator.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToByteFunction |
LLongUnaryOperator.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LLongToByteFunction |
LLongPredicate.boolToLongToByteFunc(LBoolToByteFunction after)
Combines two functions together in a order.
|
| Modifier and Type | Method and Description |
|---|---|
default LByteSupplier |
LLongSupplier.toByteSup(LLongToByteFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.