@FunctionalInterface public interface LObjBiIntFunction<T,R> extends MetaFunction, MetaInterface.NonThrowing, Codomain<aType.a<R>>, Domain3<aType.a<T>,aType.aInt,aType.aInt>
Non-throwing functional interface (lambda) LObjBiIntFunction for Java 8.
Type: function
Domain (lvl: 3): T a1,int a2,int a3
Co-domain: R
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjBiIntFunction.LBiInt1Obj0Func<T,R>
Permutation of LObjBiIntFunction for method references.
|
static interface |
LObjBiIntFunction.LInt1Int2Obj0Func<T,R>
Permutation of LObjBiIntFunction for method references.
|
static interface |
LObjBiIntFunction.LInt1Obj0Int2Func<T,R>
Permutation of LObjBiIntFunction for method references.
|
static interface |
LObjBiIntFunction.LInt2Obj0Int1Func<T,R>
Permutation of LObjBiIntFunction for method references.
|
static interface |
LObjBiIntFunction.LObj0Int2Int1Func<T,R>
Permutation of LObjBiIntFunction for method references.
|
static class |
LObjBiIntFunction.LObjBiIntFunctionSingle<T,R> |
MetaInterface.NonThrowing, MetaInterface.Throwing<X>| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static LSupplier<String> |
NULL_VALUE_MESSAGE_SUPPLIER |
| Modifier and Type | Method and Description |
|---|---|
default LObjBiIntFunction<T,R> |
after(LConsumer<? super R> after) |
default R |
apply(T a1,
int a2,
int a3) |
default R |
apply(T a1,
int a2,
int a3,
ExWF<RuntimeException> exF) |
default R |
apply(T a1,
int a2,
int a3,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T,R> LObjBiIntFunction<T,R> |
apply1st(LFunction<T,R> func)
Captures single parameter function into this interface where only 1st parameter will be used.
|
static <T,R> LObjBiIntFunction<T,R> |
apply2nd(LIntFunction<R> func)
Captures single parameter function into this interface where only 2nd parameter will be used.
|
static <T,R> LObjBiIntFunction<T,R> |
apply3rd(LIntFunction<R> func)
Captures single parameter function into this interface where only 3rd parameter will be used.
|
default R |
applyThen(T a1,
int a2,
int a3,
LFunction<Throwable,R> handler) |
R |
applyX(T a1,
int a2,
int a3)
Implement this, but call apply(T a1,int a2,int a3)
|
default LObjBiIntFunction<T,R> |
before(LTieIntConsumer<? super T> before) |
static <T,R> LObjBiIntFunction.LBiInt1Obj0Func<T,R> |
biInt1Obj0Func(LObjBiIntFunction.LBiInt1Obj0Func<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T,R> R |
call(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> lambda) |
default LSupplier<R> |
capture(T a1,
int a2,
int a3)
Captures arguments but delays the evaluation.
|
default <V2,V3> LObjBiIntFunction<V2,V3> |
cast()
Cast that replace generics.
|
static <V2,V3,T,R> |
cast(LObjBiIntFunction<T,R> function)
Cast that replace generics.
|
default <V1> LObjBiIntFunction<V1,R> |
compose(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LIntUnaryOperator before3)
Allows to manipulate the domain of the function.
|
static <V1,T,R> LObjBiIntFunction<V1,R> |
composed(LFunction<? super V1,? extends T> before1,
LIntUnaryOperator before2,
LIntUnaryOperator before3,
LObjBiIntFunction<T,R> after) |
static <V1,V2,V3,T,R> |
composed(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LToIntFunction<? super V3> before3,
LObjBiIntFunction<T,R> after) |
static <T,R> LObjBiIntFunction<T,R> |
constant(R r)
Creates function that always returns the same value.
|
static <T,R> LObjBiIntFunction<T,R> |
failSafe(LObjBiIntFunction<T,R> func,
LObjBiIntFunction<T,R> failSafe) |
default R |
failSafeApply(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> failSafe) |
static <T,R> R |
failSafeApply(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func,
LObjBiIntFunction<T,R> failSafe) |
default <C1,C2,C3> void |
forEach(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer.
|
static <T,R> void |
fromTill(int min_i,
int max_i,
T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func)
From-To.
|
static <T,R> void |
fromTo(int min_i,
int max_i,
T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func)
From-To.
|
default String |
functionalInterfaceDescription()
Returns description of the functional interface.
|
default LObjBiIntFunction<T,R> |
handling(HandlingInstructions<Throwable,RuntimeException> handling) |
default R |
handlingApply(T a1,
int a2,
int a3,
HandlingInstructions<Throwable,RuntimeException> handling)
Function call that handles exceptions according to the instructions.
|
static <T,R> R |
handlingApply(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func,
HandlingInstructions<Throwable,RuntimeException> handling) |
static <T,R> LObjBiIntFunction.LInt1Int2Obj0Func<T,R> |
int1Int2Obj0Func(LObjBiIntFunction.LInt1Int2Obj0Func<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T,R> LObjBiIntFunction.LInt1Obj0Int2Func<T,R> |
int1Obj0Int2Func(LObjBiIntFunction.LInt1Obj0Int2Func<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T,R> LObjBiIntFunction.LInt2Obj0Int1Func<T,R> |
int2Obj0Int1Func(LObjBiIntFunction.LInt2Obj0Int1Func<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
default <C1,C2,C3,I3> |
iterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer.
|
default <C1,C2,I2,C3> |
iterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer.
|
default <C1,C2,I2,C3,I3> |
iterate(IndexedRead<C1,aType.a<T>> ia1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer.
|
default <C1,I1,C2,C3> |
iterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer.
|
default <C1,I1,C2,C3,I3> |
iterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
IndexedRead<C2,aType.aInt> ia2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer.
|
default <C1,I1,C2,I2,C3> |
iterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
IndexedRead<C3,aType.aInt> ia3,
C3 source3,
LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer.
|
default <C1,I1,C2,I2,C3,I3> |
iterate(SequentialRead<C1,I1,aType.a<T>> sa1,
C1 source1,
SequentialRead<C2,I2,aType.aInt> sa2,
C2 source2,
SequentialRead<C3,I3,aType.aInt> sa3,
C3 source3,
LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer.
|
default LBiIntFunction<R> |
lShrink(LBiIntFunction<T> left) |
default LBiIntFunction<R> |
lShrinkc(T a1) |
static <R,T> LBiIntFunction<R> |
lShrinked(LBiIntFunction<T> left,
LObjBiIntFunction<T,R> func) |
static <R,T> LBiIntFunction<R> |
lShrinkedc(T a1,
LObjBiIntFunction<T,R> func) |
default R |
nestingApply(T a1,
int a2,
int a3)
Function call that handles exceptions by always nesting checked exceptions and propagating the others as is.
|
default LObjBiIntFunction<T,R> |
nonNullable()
Converts to function that makes sure that the result is not null.
|
default R |
nonNullApply(T a1,
int a2,
int a3)
Function call that ensures the result is not null
|
static <T,R> LObjBiIntFunction.LObj0Int2Int1Func<T,R> |
obj0Int2Int1Func(LObjBiIntFunction.LObj0Int2Int1Func<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
static <T,R> LObjBiIntFunction<T,R> |
objBiIntFunc(LObjBiIntFunction<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
|
default <V1,V2,V3> LTriFunction<V1,V2,V3,R> |
objBiIntFuncCompose(LFunction<? super V1,? extends T> before1,
LToIntFunction<? super V2> before2,
LToIntFunction<? super V3> before3)
Allows to manipulate the domain of the function.
|
static <T,R> LObjBiIntFunction<T,R> |
objBiIntFuncThrowing(ExF<Throwable> exF) |
static <T,R> LObjBiIntFunction<T,R> |
objBiIntFuncThrowing(String message,
ExMF<Throwable> exF) |
static <T,R> R |
produce(int a2,
int a3,
T a1)
Does nothing (LObjBiIntFunction.LInt1Int2Obj0Func) Function
|
static <T,R> R |
produce(int a2,
T a1,
int a3)
Does nothing (LObjBiIntFunction.LInt1Obj0Int2Func) Function
|
static <T,R> R |
produce(T a1,
int a2,
int a3)
Does nothing (LObjBiIntFunction) Function
|
static <T,R> LObjBiIntFunction<T,R> |
recursive(LFunction<LObjBiIntFunction<T,R>,LObjBiIntFunction<T,R>> selfLambda) |
default LOiFunction<T,R> |
rShrink(LOiToIntFunction<T> right) |
default LOiFunction<T,R> |
rShrinkc(int a3) |
static <T,R> LOiFunction<T,R> |
rShrinked(LOiToIntFunction<T> right,
LObjBiIntFunction<T,R> func) |
static <T,R> LOiFunction<T,R> |
rShrinkedc(int a3,
LObjBiIntFunction<T,R> func) |
static <T,R> LObjBiIntFunction<T,R> |
safe()
Safe instance.
|
static <T,R> LObjBiIntFunction<T,R> |
safe(LObjBiIntFunction<T,R> other)
Safe wrapping.
|
static <T,R> LSupplier<LObjBiIntFunction<T,R>> |
safeSupplier()
Safe instance supplier.
|
static <T,R> LSupplier<LObjBiIntFunction<T,R>> |
safeSupplier(LSupplier<LObjBiIntFunction<T,R>> supplier)
Safe supplier.
|
default R |
shovingApply(T a1,
int a2,
int a3)
Function call that handles exceptions by always propagating them as is, even when they are undeclared checked ones.
|
default <V> LObjBiIntFunction<T,V> |
then(LFunction<? super R,? extends V> after)
Combines two functions together in a order.
|
default LTieIntConsumer<T> |
thenConsume(LConsumer<? super R> after)
Combines two functions together in a order.
|
default LObjBiIntPredicate<T> |
thenToBool(LPredicate<? super R> after)
Combines two functions together in a order.
|
default LTieIntFunction<T> |
thenToInt(LToIntFunction<? super R> after)
Combines two functions together in a order.
|
static <T,R> void |
times(int max_i,
T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func)
From-To.
|
static <T,R> R |
tryApply(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func) |
static <T,R> R |
tryApply(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func,
ExWF<RuntimeException> exF) |
static <T,R> R |
tryApply(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func,
ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
static <T,R> R |
tryApplyThen(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func,
LFunction<Throwable,R> handler) |
default LObjBiIntFunction<T,R> |
trying(ExWF<RuntimeException> exF) |
default LObjBiIntFunction<T,R> |
trying(ExWMF<RuntimeException> exF,
String newMessage,
Object... messageParams) |
default LObjBiIntFunction<T,R> |
tryingThen(LFunction<Throwable,R> handler) |
default R |
tupleApply(LObjBiIntTriple<T> args) |
static <T,R> LObjBiIntFunction<T,R> |
uncurry(LFunction<T,LIntFunction<LIntFunction<R>>> func) |
default LObjBiIntFunction |
untyped()
Cast that removes generics.
|
isFunctionformatTo, isAction, isConsumer, isOperator, isPredicate, isSupplierisThrowingstatic final String DESCRIPTION
R applyX(T a1, int a2, int a3) throws Throwable
Implement this, but call apply(T a1,int a2,int a3)
Throwabledefault R tupleApply(LObjBiIntTriple<T> args)
default R handlingApply(T a1, int a2, int a3, HandlingInstructions<Throwable,RuntimeException> handling)
Function call that handles exceptions according to the instructions.
default LObjBiIntFunction<T,R> handling(HandlingInstructions<Throwable,RuntimeException> handling)
default R apply(T a1, int a2, int a3, @Nonnull ExWMF<RuntimeException> exF, @Nonnull String newMessage, @Nullable Object... messageParams)
default LObjBiIntFunction<T,R> trying(@Nonnull ExWMF<RuntimeException> exF, @Nonnull String newMessage, @Nullable Object... messageParams)
default R apply(T a1, int a2, int a3, @Nonnull ExWF<RuntimeException> exF)
default LObjBiIntFunction<T,R> trying(@Nonnull ExWF<RuntimeException> exF)
default R nestingApply(T a1, int a2, int a3)
Function call that handles exceptions by always nesting checked exceptions and propagating the others as is.
default R shovingApply(T a1, int a2, int a3)
Function call that handles exceptions by always propagating them as is, even when they are undeclared checked ones.
static <T,R> R handlingApply(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func,
HandlingInstructions<Throwable,RuntimeException> handling)
static <T,R> R tryApply(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func)
static <T,R> R tryApply(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func,
@Nonnull
ExWMF<RuntimeException> exF,
@Nonnull
String newMessage,
@Nullable
Object... messageParams)
static <T,R> R tryApply(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func,
@Nonnull
ExWF<RuntimeException> exF)
static <T,R> R tryApplyThen(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func,
@Nonnull
LFunction<Throwable,R> handler)
default R failSafeApply(T a1, int a2, int a3, @Nonnull LObjBiIntFunction<T,R> failSafe)
static <T,R> R failSafeApply(T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func,
@Nonnull
LObjBiIntFunction<T,R> failSafe)
static <T,R> LObjBiIntFunction<T,R> failSafe(LObjBiIntFunction<T,R> func, @Nonnull LObjBiIntFunction<T,R> failSafe)
@Nonnull default R nonNullApply(T a1, int a2, int a3)
Function call that ensures the result is not null
@Nonnull default String functionalInterfaceDescription()
Returns description of the functional interface.
functionalInterfaceDescription in interface MetaFunctionalInterfacestatic <T,R> void fromTo(int min_i,
int max_i,
T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func)
From-To. Intended to be used with non-capturing lambda.
static <T,R> void fromTill(int min_i,
int max_i,
T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func)
From-To. Intended to be used with non-capturing lambda.
static <T,R> void times(int max_i,
T a1,
int a2,
int a3,
LObjBiIntFunction<T,R> func)
From-To. Intended to be used with non-capturing lambda.
default LBiIntFunction<R> lShrink(LBiIntFunction<T> left)
default LBiIntFunction<R> lShrinkc(T a1)
static <R,T> LBiIntFunction<R> lShrinked(LBiIntFunction<T> left, LObjBiIntFunction<T,R> func)
static <R,T> LBiIntFunction<R> lShrinkedc(T a1, LObjBiIntFunction<T,R> func)
default LOiFunction<T,R> rShrink(LOiToIntFunction<T> right)
default LOiFunction<T,R> rShrinkc(int a3)
static <T,R> LOiFunction<T,R> rShrinked(LOiToIntFunction<T> right, LObjBiIntFunction<T,R> func)
static <T,R> LOiFunction<T,R> rShrinkedc(int a3, LObjBiIntFunction<T,R> func)
static <T,R> LObjBiIntFunction<T,R> uncurry(LFunction<T,LIntFunction<LIntFunction<R>>> func)
default LObjBiIntFunction untyped()
Cast that removes generics.
default <V2,V3> LObjBiIntFunction<V2,V3> cast()
Cast that replace generics.
static <V2,V3,T,R> LObjBiIntFunction<V2,V3> cast(LObjBiIntFunction<T,R> function)
Cast that replace generics.
default LSupplier<R> capture(T a1, int a2, int a3)
Captures arguments but delays the evaluation.
static <T,R> LObjBiIntFunction<T,R> constant(R r)
Creates function that always returns the same value.
@Nonnull static <T,R> LObjBiIntFunction<T,R> apply1st(@Nonnull LFunction<T,R> func)
Captures single parameter function into this interface where only 1st parameter will be used.
@Nonnull static <T,R> LObjBiIntFunction<T,R> apply2nd(@Nonnull LIntFunction<R> func)
Captures single parameter function into this interface where only 2nd parameter will be used.
@Nonnull static <T,R> LObjBiIntFunction<T,R> apply3rd(@Nonnull LIntFunction<R> func)
Captures single parameter function into this interface where only 3rd parameter will be used.
@Nonnull static <T,R> LObjBiIntFunction<T,R> objBiIntFunc(@Nonnull LObjBiIntFunction<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
@Nonnull static <T,R> LObjBiIntFunction<T,R> recursive(@Nonnull LFunction<LObjBiIntFunction<T,R>,LObjBiIntFunction<T,R>> selfLambda)
@Nonnull static <T,R> LObjBiIntFunction<T,R> objBiIntFuncThrowing(@Nonnull ExF<Throwable> exF)
@Nonnull static <T,R> LObjBiIntFunction<T,R> objBiIntFuncThrowing(String message, @Nonnull ExMF<Throwable> exF)
@Nonnull static <T,R> LObjBiIntFunction.LObj0Int2Int1Func<T,R> obj0Int2Int1Func(@Nonnull LObjBiIntFunction.LObj0Int2Int1Func<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
@Nonnull static <T,R> LObjBiIntFunction.LInt1Obj0Int2Func<T,R> int1Obj0Int2Func(@Nonnull LObjBiIntFunction.LInt1Obj0Int2Func<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
@Nonnull static <T,R> LObjBiIntFunction.LInt1Int2Obj0Func<T,R> int1Int2Obj0Func(@Nonnull LObjBiIntFunction.LInt1Int2Obj0Func<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
@Nonnull static <T,R> LObjBiIntFunction.LInt2Obj0Int1Func<T,R> int2Obj0Int1Func(@Nonnull LObjBiIntFunction.LInt2Obj0Int1Func<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
@Nonnull static <T,R> LObjBiIntFunction.LBiInt1Obj0Func<T,R> biInt1Obj0Func(@Nonnull LObjBiIntFunction.LBiInt1Obj0Func<T,R> lambda)
Convenient method in case lambda expression is ambiguous for the compiler (that might happen for overloaded methods accepting different interfaces).
static <T,R> R call(T a1,
int a2,
int a3,
@Nonnull
LObjBiIntFunction<T,R> lambda)
@Nonnull static <T,R> LObjBiIntFunction<T,R> safe()
Safe instance. That always returns the same value (as produce).
@Nonnull static <T,R> LSupplier<LObjBiIntFunction<T,R>> safeSupplier()
Safe instance supplier. Returns supplier of safe() instance.
@Nonnull static <T,R> LObjBiIntFunction<T,R> safe(@Nullable LObjBiIntFunction<T,R> other)
Safe wrapping. Either argument function is returned (if it is not null) or safe() instance.
@Nonnull static <T,R> LSupplier<LObjBiIntFunction<T,R>> safeSupplier(@Nullable LSupplier<LObjBiIntFunction<T,R>> supplier)
Safe supplier. Either argument supplier is returned (if it is not null) or supplier of safe() instance.
@Nonnull default <V1> LObjBiIntFunction<V1,R> compose(@Nonnull LFunction<? super V1,? extends T> before1, @Nonnull LIntUnaryOperator before2, @Nonnull LIntUnaryOperator before3)
Allows to manipulate the domain of the function.
static <V1,T,R> LObjBiIntFunction<V1,R> composed(@Nonnull LFunction<? super V1,? extends T> before1, @Nonnull LIntUnaryOperator before2, @Nonnull LIntUnaryOperator before3, LObjBiIntFunction<T,R> after)
@Nonnull default <V1,V2,V3> LTriFunction<V1,V2,V3,R> objBiIntFuncCompose(@Nonnull LFunction<? super V1,? extends T> before1, @Nonnull LToIntFunction<? super V2> before2, @Nonnull LToIntFunction<? super V3> before3)
Allows to manipulate the domain of the function.
static <V1,V2,V3,T,R> LTriFunction<V1,V2,V3,R> composed(@Nonnull LFunction<? super V1,? extends T> before1, @Nonnull LToIntFunction<? super V2> before2, @Nonnull LToIntFunction<? super V3> before3, LObjBiIntFunction<T,R> after)
@Nonnull default <V> LObjBiIntFunction<T,V> then(@Nonnull LFunction<? super R,? extends V> after)
Combines two functions together in a order.
@Nonnull default LTieIntConsumer<T> thenConsume(@Nonnull LConsumer<? super R> after)
Combines two functions together in a order.
@Nonnull default LObjBiIntFunction<T,R> before(@Nonnull LTieIntConsumer<? super T> before)
@Nonnull default LTieIntFunction<T> thenToInt(@Nonnull LToIntFunction<? super R> after)
Combines two functions together in a order.
@Nonnull default LObjBiIntPredicate<T> thenToBool(@Nonnull LPredicate<? super R> after)
Combines two functions together in a order.
@Nonnull default LObjBiIntFunction<T,R> nonNullable()
Converts to function that makes sure that the result is not null.
static <T,R> R produce(T a1,
int a2,
int a3)
Does nothing (LObjBiIntFunction) Function
static <T,R> R produce(int a2,
T a1,
int a3)
Does nothing (LObjBiIntFunction.LInt1Obj0Int2Func) Function
static <T,R> R produce(int a2,
int a3,
T a1)
Does nothing (LObjBiIntFunction.LInt1Int2Obj0Func) Function
default <C1,C2,C3> void forEach(IndexedRead<C1,aType.a<T>> ia1, C1 source1, IndexedRead<C2,aType.aInt> ia2, C2 source2, IndexedRead<C3,aType.aInt> ia3, C3 source3, LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,I1,C2,C3> void iterate(SequentialRead<C1,I1,aType.a<T>> sa1, C1 source1, IndexedRead<C2,aType.aInt> ia2, C2 source2, IndexedRead<C3,aType.aInt> ia3, C3 source3, LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,C2,I2,C3> void iterate(IndexedRead<C1,aType.a<T>> ia1, C1 source1, SequentialRead<C2,I2,aType.aInt> sa2, C2 source2, IndexedRead<C3,aType.aInt> ia3, C3 source3, LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,I1,C2,I2,C3> void iterate(SequentialRead<C1,I1,aType.a<T>> sa1, C1 source1, SequentialRead<C2,I2,aType.aInt> sa2, C2 source2, IndexedRead<C3,aType.aInt> ia3, C3 source3, LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,C2,C3,I3> void iterate(IndexedRead<C1,aType.a<T>> ia1, C1 source1, IndexedRead<C2,aType.aInt> ia2, C2 source2, SequentialRead<C3,I3,aType.aInt> sa3, C3 source3, LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,I1,C2,C3,I3> void iterate(SequentialRead<C1,I1,aType.a<T>> sa1, C1 source1, IndexedRead<C2,aType.aInt> ia2, C2 source2, SequentialRead<C3,I3,aType.aInt> sa3, C3 source3, LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,C2,I2,C3,I3> void iterate(IndexedRead<C1,aType.a<T>> ia1, C1 source1, SequentialRead<C2,I2,aType.aInt> sa2, C2 source2, SequentialRead<C3,I3,aType.aInt> sa3, C3 source3, LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer. Thread safety, fail-fast, fail-safety of this method is not expected.
default <C1,I1,C2,I2,C3,I3> void iterate(SequentialRead<C1,I1,aType.a<T>> sa1, C1 source1, SequentialRead<C2,I2,aType.aInt> sa2, C2 source2, SequentialRead<C3,I3,aType.aInt> sa3, C3 source3, LConsumer<? super R> consumer)
For each element (or tuple) from arguments, calls the function and passes the result to consumer. Thread safety, fail-fast, fail-safety of this method depends highly on the arguments.
Copyright © 2019. All rights reserved.