| Modifier and Type | Method and Description |
|---|---|
static <T,SRC> int |
LTieByteConsumer.tieForEach(int sStart,
int sEnd,
int tStart,
T trg1,
SRC src3,
LOiToByteFunction<SRC> srcAcc3,
LTieByteConsumer<? super T> consumer)
ITERATION: TIE_CONSUMER: FOR, [SourcePurpose{arg=int sStart, type=CONST}, SourcePurpose{arg=int sEnd, type=CONST}, SourcePurpose{arg=int tStart, type=CONST}, SourcePurpose{arg=T trg1, type=CONST}, SourcePurpose{arg=byte a3, type=TIE_SOURCE}, SourcePurpose{arg=byte a3, type=TIE_SUPPLIER}, SourcePurpose{arg=LTieByteConsumer<? super T> consumer, type=CONST}]
|
| Modifier and Type | Method and Description |
|---|---|
default LOiToByteFunction<T> |
LOiFunction.thenToByte(LToByteFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LOiToByteFunction.LIntObjToByteFunc<T>
Permutation of LOiToByteFunction for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LOiToByteFunction.LOiToByteFunctionSingle<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToByteFunction<T> |
LOiToByteFunction.apply1stAsByte(LToByteFunction<T> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T> LOiToByteFunction<T> |
LOiToByteFunction.apply2ndAsByte(LIntToByteFunction func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
default <V2> LOiToByteFunction<V2> |
LOiToByteFunction.cast()
Cast that replace generics.
|
static <V2,T> LOiToByteFunction<V2> |
LOiToByteFunction.cast(LOiToByteFunction<T> function)
Cast that replace generics.
|
default <V1> LOiToByteFunction<V1> |
LOiToByteFunction.compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2)
Allows to manipulate the domain of the function.
|
static <V1,T> LOiToByteFunction<V1> |
LOiToByteFunction.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LOiToByteFunction<T> after) |
static <T> LOiToByteFunction<T> |
LOiToByteFunction.constant(byte r)
Creates function that always returns the same value.
|
static <T> LOiToByteFunction<T> |
LOiToByteFunction.failSafe(LOiToByteFunction<T> func,
LOiToByteFunction<T> failSafe) |
default LOiToByteFunction<T> |
LOiToByteFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LOiToByteFunction<T> |
LOiToByteFunction.oiToByteFunc(LOiToByteFunction<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LOiToByteFunction<T> |
LOiToByteFunction.oiToByteFuncThrowing(ExF<Throwable> exF) |
static <T> LOiToByteFunction<T> |
LOiToByteFunction.oiToByteFuncThrowing(String message,
ExMF<Throwable> exF) |
static <T> LOiToByteFunction<T> |
LOiToByteFunction.recursive(LFunction<LOiToByteFunction<T>,LOiToByteFunction<T>> selfLambda) |
static <T> LOiToByteFunction<T> |
LOiToByteFunction.safe()
Safe instance.
|
static <T> LOiToByteFunction<T> |
LOiToByteFunction.safe(LOiToByteFunction<T> other)
Safe wrapping.
|
default LOiToByteFunction<T> |
LOiToByteFunction.thenToByte(LByteUnaryOperator after)
Combines two functions together in a order.
|
default LOiToByteFunction<T> |
LOiToCharFunction.thenToByte(LCharToByteFunction after)
Combines two functions together in a order.
|
default LOiToByteFunction<T> |
LOiToDblFunction.thenToByte(LDblToByteFunction after)
Combines two functions together in a order.
|
default LOiToByteFunction<T> |
LOiToFltFunction.thenToByte(LFltToByteFunction after)
Combines two functions together in a order.
|
default LOiToByteFunction<T> |
LOiToIntFunction.thenToByte(LIntToByteFunction after)
Combines two functions together in a order.
|
default LOiToByteFunction<T> |
LOiToLongFunction.thenToByte(LLongToByteFunction after)
Combines two functions together in a order.
|
default LOiToByteFunction<T> |
LOiToSrtFunction.thenToByte(LSrtToByteFunction after)
Combines two functions together in a order.
|
default LOiToByteFunction<T> |
LOiToByteFunction.trying(ExWF<RuntimeException> exF) |
default LOiToByteFunction<T> |
LOiToByteFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LOiToByteFunction<T> |
LOiToByteFunction.tryingThen(LToByteFunction<Throwable> handler) |
static <T> LOiToByteFunction<T> |
LOiToByteFunction.uncurry(LFunction<T,LIntToByteFunction> func) |
default LOiToByteFunction |
LOiToByteFunction.untyped()
Cast that removes generics.
|
LOiToByteFunction<T> |
LOiToByteFunction.LOiToByteFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static <T> LSupplier<LOiToByteFunction<T>> |
LOiToByteFunction.safeSupplier()
Safe instance supplier.
|
static <T> LSupplier<LOiToByteFunction<T>> |
LOiToByteFunction.safeSupplier(LSupplier<LOiToByteFunction<T>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> byte |
LOiToByteFunction.call(T a1,
int a2,
LOiToByteFunction<T> lambda) |
static <V2,T> LOiToByteFunction<V2> |
LOiToByteFunction.cast(LOiToByteFunction<T> function)
Cast that replace generics.
|
static <V1,T> LOiToByteFunction<V1> |
LOiToByteFunction.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LOiToByteFunction<T> after) |
static <V1,V2,T> LToByteBiFunction<V1,V2> |
LOiToByteFunction.composed(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LOiToByteFunction<T> after) |
static <T> LOiToByteFunction<T> |
LOiToByteFunction.failSafe(LOiToByteFunction<T> func,
LOiToByteFunction<T> failSafe) |
static <T> LOiToByteFunction<T> |
LOiToByteFunction.failSafe(LOiToByteFunction<T> func,
LOiToByteFunction<T> failSafe) |
default byte |
LOiToByteFunction.failSafeApplyAsByte(T a1,
int a2,
LOiToByteFunction<T> failSafe) |
static <T> byte |
LOiToByteFunction.failSafeApplyAsByte(T a1,
int a2,
LOiToByteFunction<T> func,
LOiToByteFunction<T> failSafe) |
static <T> byte |
LOiToByteFunction.failSafeApplyAsByte(T a1,
int a2,
LOiToByteFunction<T> func,
LOiToByteFunction<T> failSafe) |
static <T> void |
LOiToByteFunction.fromTill(int min_a2,
int max_a2,
T a1,
LOiToByteFunction<T> func)
From-To.
|
static <T> void |
LOiToByteFunction.fromTo(int min_a2,
int max_a2,
T a1,
LOiToByteFunction<T> func)
From-To.
|
static <T> byte |
LOiToByteFunction.handlingApplyAsByte(T a1,
int a2,
LOiToByteFunction<T> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LIntToByteFunction |
LOiToByteFunction.lShrinked(LIntFunction<T> left,
LOiToByteFunction<T> func) |
static <T> LIntToByteFunction |
LOiToByteFunction.lShrinkedc(T a1,
LOiToByteFunction<T> func) |
static <T> LOiToByteFunction<T> |
LOiToByteFunction.oiToByteFunc(LOiToByteFunction<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LToByteFunction<T> |
LOiToByteFunction.rShrinked(LToIntFunction<T> right,
LOiToByteFunction<T> func) |
static <T> LToByteFunction<T> |
LOiToByteFunction.rShrinkedc(int a2,
LOiToByteFunction<T> func) |
static <T> LOiToByteFunction<T> |
LOiToByteFunction.safe(LOiToByteFunction<T> other)
Safe wrapping.
|
static <T,SRC> int |
LTieByteFunction.tieForEach(int sStart,
int sEnd,
int tStart,
T trg1,
SRC src3,
LOiToByteFunction<SRC> srcAcc3,
LTieByteFunction<? super T> consumer)
ITERATION: TIE_CONSUMER: FOR, [SourcePurpose{arg=int sStart, type=CONST}, SourcePurpose{arg=int sEnd, type=CONST}, SourcePurpose{arg=int tStart, type=CONST}, SourcePurpose{arg=T trg1, type=CONST}, SourcePurpose{arg=byte a3, type=TIE_SOURCE}, SourcePurpose{arg=byte a3, type=TIE_SUPPLIER}, SourcePurpose{arg=LTieByteFunction<? super T> consumer, type=CONST}]
|
static <T> void |
LOiToByteFunction.times(int max_a2,
T a1,
LOiToByteFunction<T> func)
From-To.
|
static <T> byte |
LOiToByteFunction.tryApplyAsByte(T a1,
int a2,
LOiToByteFunction<T> func) |
static <T> byte |
LOiToByteFunction.tryApplyAsByte(T a1,
int a2,
LOiToByteFunction<T> func,
ExWF<RuntimeException> exF) |
static <T> byte |
LOiToByteFunction.tryApplyAsByte(T a1,
int a2,
LOiToByteFunction<T> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T> byte |
LOiToByteFunction.tryApplyAsByteThen(T a1,
int a2,
LOiToByteFunction<T> func,
LToByteFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToByteFunction<T> |
LOiToByteFunction.recursive(LFunction<LOiToByteFunction<T>,LOiToByteFunction<T>> selfLambda) |
static <T> LOiToByteFunction<T> |
LOiToByteFunction.recursive(LFunction<LOiToByteFunction<T>,LOiToByteFunction<T>> selfLambda) |
static <T> LSupplier<LOiToByteFunction<T>> |
LOiToByteFunction.safeSupplier(LSupplier<LOiToByteFunction<T>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LOiToByteFunction<T> |
LObjIntPredicate.boolToOiToByteFunc(LBoolToByteFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.