| Modifier and Type | Method and Description |
|---|---|
static <T,SRC> int |
LTieLongConsumer.tieForEach(int sStart,
int sEnd,
int tStart,
T trg1,
SRC src3,
LOiToLongFunction<SRC> srcAcc3,
LTieLongConsumer<? 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=long a3, type=TIE_SOURCE}, SourcePurpose{arg=long a3, type=TIE_SUPPLIER}, SourcePurpose{arg=LTieLongConsumer<? super T> consumer, type=CONST}]
|
| Modifier and Type | Method and Description |
|---|---|
default LOiToLongFunction<T> |
LOiFunction.thenToLong(LToLongFunction<? super R> after)
Combines two functions together in a order.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LOiToLongFunction.LIntObjToLongFunc<T>
Permutation of LOiToLongFunction for method references.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LOiToLongFunction.LOiToLongFunctionSingle<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToLongFunction<T> |
LOiToLongFunction.apply1stAsLong(LToLongFunction<T> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T> LOiToLongFunction<T> |
LOiToLongFunction.apply2ndAsLong(LIntToLongFunction func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
default <V2> LOiToLongFunction<V2> |
LOiToLongFunction.cast()
Cast that replace generics.
|
static <V2,T> LOiToLongFunction<V2> |
LOiToLongFunction.cast(LOiToLongFunction<T> function)
Cast that replace generics.
|
default <V1> LOiToLongFunction<V1> |
LOiToLongFunction.compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2)
Allows to manipulate the domain of the function.
|
static <V1,T> LOiToLongFunction<V1> |
LOiToLongFunction.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LOiToLongFunction<T> after) |
static <T> LOiToLongFunction<T> |
LOiToLongFunction.constant(long r)
Creates function that always returns the same value.
|
static <T> LOiToLongFunction<T> |
LOiToLongFunction.failSafe(LOiToLongFunction<T> func,
LOiToLongFunction<T> failSafe) |
default LOiToLongFunction<T> |
LOiToLongFunction.handling(HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LOiToLongFunction<T> |
LOiToLongFunction.oiToLongFunc(LOiToLongFunction<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LOiToLongFunction<T> |
LOiToLongFunction.oiToLongFuncThrowing(ExF<Throwable> exF) |
static <T> LOiToLongFunction<T> |
LOiToLongFunction.oiToLongFuncThrowing(String message,
ExMF<Throwable> exF) |
static <T> LOiToLongFunction<T> |
LOiToLongFunction.recursive(LFunction<LOiToLongFunction<T>,LOiToLongFunction<T>> selfLambda) |
static <T> LOiToLongFunction<T> |
LOiToLongFunction.safe()
Safe instance.
|
static <T> LOiToLongFunction<T> |
LOiToLongFunction.safe(LOiToLongFunction<T> other)
Safe wrapping.
|
default LOiToLongFunction<T> |
LOiToByteFunction.thenToLong(LByteToLongFunction after)
Combines two functions together in a order.
|
default LOiToLongFunction<T> |
LOiToCharFunction.thenToLong(LCharToLongFunction after)
Combines two functions together in a order.
|
default LOiToLongFunction<T> |
LOiToDblFunction.thenToLong(LDblToLongFunction after)
Combines two functions together in a order.
|
default LOiToLongFunction<T> |
LOiToFltFunction.thenToLong(LFltToLongFunction after)
Combines two functions together in a order.
|
default LOiToLongFunction<T> |
LOiToIntFunction.thenToLong(LIntToLongFunction after)
Combines two functions together in a order.
|
default LOiToLongFunction<T> |
LOiToLongFunction.thenToLong(LLongUnaryOperator after)
Combines two functions together in a order.
|
default LOiToLongFunction<T> |
LOiToSrtFunction.thenToLong(LSrtToLongFunction after)
Combines two functions together in a order.
|
default LOiToLongFunction<T> |
LOiToLongFunction.trying(ExWF<RuntimeException> exF) |
default LOiToLongFunction<T> |
LOiToLongFunction.trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LOiToLongFunction<T> |
LOiToLongFunction.tryingThen(LToLongFunction<Throwable> handler) |
static <T> LOiToLongFunction<T> |
LOiToLongFunction.uncurry(LFunction<T,LIntToLongFunction> func) |
default LOiToLongFunction |
LOiToLongFunction.untyped()
Cast that removes generics.
|
LOiToLongFunction<T> |
LOiToLongFunction.LOiToLongFunctionSingle.value() |
| Modifier and Type | Method and Description |
|---|---|
static <T> LSupplier<LOiToLongFunction<T>> |
LOiToLongFunction.safeSupplier()
Safe instance supplier.
|
static <T> LSupplier<LOiToLongFunction<T>> |
LOiToLongFunction.safeSupplier(LSupplier<LOiToLongFunction<T>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> long |
LOiToLongFunction.call(T a1,
int a2,
LOiToLongFunction<T> lambda) |
static <V2,T> LOiToLongFunction<V2> |
LOiToLongFunction.cast(LOiToLongFunction<T> function)
Cast that replace generics.
|
static <V1,T> LOiToLongFunction<V1> |
LOiToLongFunction.composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LOiToLongFunction<T> after) |
static <V1,V2,T> LToLongBiFunction<V1,V2> |
LOiToLongFunction.composed(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LOiToLongFunction<T> after) |
static <T> LOiToLongFunction<T> |
LOiToLongFunction.failSafe(LOiToLongFunction<T> func,
LOiToLongFunction<T> failSafe) |
static <T> LOiToLongFunction<T> |
LOiToLongFunction.failSafe(LOiToLongFunction<T> func,
LOiToLongFunction<T> failSafe) |
default long |
LOiToLongFunction.failSafeApplyAsLong(T a1,
int a2,
LOiToLongFunction<T> failSafe) |
static <T> long |
LOiToLongFunction.failSafeApplyAsLong(T a1,
int a2,
LOiToLongFunction<T> func,
LOiToLongFunction<T> failSafe) |
static <T> long |
LOiToLongFunction.failSafeApplyAsLong(T a1,
int a2,
LOiToLongFunction<T> func,
LOiToLongFunction<T> failSafe) |
static <T> void |
LOiToLongFunction.fromTill(int min_a2,
int max_a2,
T a1,
LOiToLongFunction<T> func)
From-To.
|
static <T> void |
LOiToLongFunction.fromTo(int min_a2,
int max_a2,
T a1,
LOiToLongFunction<T> func)
From-To.
|
static <T> long |
LOiToLongFunction.handlingApplyAsLong(T a1,
int a2,
LOiToLongFunction<T> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T> LIntToLongFunction |
LOiToLongFunction.lShrinked(LIntFunction<T> left,
LOiToLongFunction<T> func) |
static <T> LIntToLongFunction |
LOiToLongFunction.lShrinkedc(T a1,
LOiToLongFunction<T> func) |
static <T> LOiToLongFunction<T> |
LOiToLongFunction.oiToLongFunc(LOiToLongFunction<T> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T> LToLongFunction<T> |
LOiToLongFunction.rShrinked(LToIntFunction<T> right,
LOiToLongFunction<T> func) |
static <T> LToLongFunction<T> |
LOiToLongFunction.rShrinkedc(int a2,
LOiToLongFunction<T> func) |
static <T> LOiToLongFunction<T> |
LOiToLongFunction.safe(LOiToLongFunction<T> other)
Safe wrapping.
|
static <T,SRC> int |
LTieLongFunction.tieForEach(int sStart,
int sEnd,
int tStart,
T trg1,
SRC src3,
LOiToLongFunction<SRC> srcAcc3,
LTieLongFunction<? 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=long a3, type=TIE_SOURCE}, SourcePurpose{arg=long a3, type=TIE_SUPPLIER}, SourcePurpose{arg=LTieLongFunction<? super T> consumer, type=CONST}]
|
static <T> void |
LOiToLongFunction.times(int max_a2,
T a1,
LOiToLongFunction<T> func)
From-To.
|
static <T> long |
LOiToLongFunction.tryApplyAsLong(T a1,
int a2,
LOiToLongFunction<T> func) |
static <T> long |
LOiToLongFunction.tryApplyAsLong(T a1,
int a2,
LOiToLongFunction<T> func,
ExWF<RuntimeException> exF) |
static <T> long |
LOiToLongFunction.tryApplyAsLong(T a1,
int a2,
LOiToLongFunction<T> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T> long |
LOiToLongFunction.tryApplyAsLongThen(T a1,
int a2,
LOiToLongFunction<T> func,
LToLongFunction<Throwable> handler) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LOiToLongFunction<T> |
LOiToLongFunction.recursive(LFunction<LOiToLongFunction<T>,LOiToLongFunction<T>> selfLambda) |
static <T> LOiToLongFunction<T> |
LOiToLongFunction.recursive(LFunction<LOiToLongFunction<T>,LOiToLongFunction<T>> selfLambda) |
static <T> LSupplier<LOiToLongFunction<T>> |
LOiToLongFunction.safeSupplier(LSupplier<LOiToLongFunction<T>> supplier)
Safe supplier.
|
| Modifier and Type | Method and Description |
|---|---|
default LOiToLongFunction<T> |
LObjIntPredicate.boolToOiToLongFunc(LBoolToLongFunction after)
Combines two functions together in a order.
|
Copyright © 2019. All rights reserved.