- accept(A, B) - Method in interface org.mule.commons.atlantic.lambda.consumer.BiConsumer
-
Performs this operation on the given arguments.
- accept(A) - Method in interface org.mule.commons.atlantic.lambda.consumer.Consumer
-
Performs this operation on the given argument.
- accept(A, B, C, D, E, F, G, H, I, J) - Method in interface org.mule.commons.atlantic.lambda.consumer.DecaConsumer
-
Performs this operation on the given arguments.
- accept(A, B, C, D, E, F, G, H, I, J, K) - Method in interface org.mule.commons.atlantic.lambda.consumer.HendecaConsumer
-
Performs this operation on the given arguments.
- accept(A, B, C, D, E, F, G) - Method in interface org.mule.commons.atlantic.lambda.consumer.HeptaConsumer
-
Performs this operation on the given arguments.
- accept(A, B, C, D, E, F) - Method in interface org.mule.commons.atlantic.lambda.consumer.HexaConsumer
-
Performs this operation on the given arguments.
- accept(A, B, C, D, E, F, G, H, I) - Method in interface org.mule.commons.atlantic.lambda.consumer.NonaConsumer
-
Performs this operation on the given arguments.
- accept(A, B, C, D, E, F, G, H) - Method in interface org.mule.commons.atlantic.lambda.consumer.OctaConsumer
-
Performs this operation on the given arguments.
- accept(A, B, C, D, E) - Method in interface org.mule.commons.atlantic.lambda.consumer.PentaConsumer
-
Performs this operation on the given arguments.
- accept(A, B, C, D) - Method in interface org.mule.commons.atlantic.lambda.consumer.TetraConsumer
-
Performs this operation on the given arguments.
- accept(A, B, C) - Method in interface org.mule.commons.atlantic.lambda.consumer.TriConsumer
-
Performs this operation on the given arguments.
- andFinallyExecute(HendecaFunction<RESULT, PARAM, B, C, D, E, F, G, H, I, J, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(DecaFunction<RESULT, PARAM, B, C, D, E, F, G, H, I, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(NonaFunction<RESULT, PARAM, B, C, D, E, F, G, H, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(OctaFunction<RESULT, PARAM, B, C, D, E, F, G, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(HeptaFunction<RESULT, PARAM, B, C, D, E, F, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(HexaFunction<RESULT, PARAM, B, C, D, E, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(PentaFunction<RESULT, PARAM, B, C, D, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(TetraFunction<RESULT, PARAM, B, C, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(TriFunction<RESULT, PARAM, B, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(BiFunction<RESULT, PARAM, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(Function<RESULT, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(HendecaConsumer<RESULT, B, C, D, E, F, G, H, I, J, K>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(DecaConsumer<RESULT, B, C, D, E, F, G, H, I, J>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(NonaConsumer<RESULT, B, C, D, E, F, G, H, I>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(OctaConsumer<RESULT, B, C, D, E, F, G, H>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(HeptaConsumer<RESULT, B, C, D, E, F, G>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(HexaConsumer<RESULT, B, C, D, E, F>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(PentaConsumer<RESULT, B, C, D, E>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(TetraConsumer<RESULT, B, C, D>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(TriConsumer<RESULT, B, C>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(BiConsumer<RESULT, B>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andFinallyExecute(Consumer<RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andThen(Function<? super RESULT, ? extends AFTER_RESULT>) - Method in interface org.mule.commons.atlantic.lambda.function.BiFunction
-
Returns a composed bifunction that first applies this bifunction to its input, and then applies the after
function to the result.
- andThen(Function<? super RESULT, ? extends AFTER_RESULT>) - Method in interface org.mule.commons.atlantic.lambda.function.DecaFunction
-
Returns a composed decafunction that first applies this decafunction to its input, and then applies the after
function to the result.
- andThen(Function<? super RESULT, ? extends AFTER_RESULT>) - Method in interface org.mule.commons.atlantic.lambda.function.Function
-
Returns a composed function that first applies this function to its input, and then applies the after
function to the result.
- andThen(Function<? super RESULT, ? extends AFTER_RESULT>) - Method in interface org.mule.commons.atlantic.lambda.function.HendecaFunction
-
Returns a composed hendecafunction that first applies this hendecafunction to its input, and then applies the after
function to the result.
- andThen(Function<? super RESULT, ? extends AFTER_RESULT>) - Method in interface org.mule.commons.atlantic.lambda.function.HeptaFunction
-
Returns a composed heptafunction that first applies this heptafunction to its input, and then applies the after
function to the result.
- andThen(Function<? super RESULT, ? extends AFTER_RESULT>) - Method in interface org.mule.commons.atlantic.lambda.function.HexaFunction
-
Returns a composed hexafunction that first applies this hexafunction to its input, and then applies the after
function to the result.
- andThen(Function<? super RESULT, ? extends AFTER_RESULT>) - Method in interface org.mule.commons.atlantic.lambda.function.NonaFunction
-
Returns a composed nonafunction that first applies this nonafunction to its input, and then applies the after
function to the result.
- andThen(Function<? super RESULT, ? extends AFTER_RESULT>) - Method in interface org.mule.commons.atlantic.lambda.function.OctaFunction
-
Returns a composed octafunction that first applies this octafunction to its input, and then applies the after
function to the result.
- andThen(Function<? super RESULT, ? extends AFTER_RESULT>) - Method in interface org.mule.commons.atlantic.lambda.function.PentaFunction
-
Returns a composed pentafunction that first applies this pentafunction to its input, and then applies the after
function to the result.
- andThen(Function<? super RESULT, ? extends AFTER_RESULT>) - Method in interface org.mule.commons.atlantic.lambda.function.TetraFunction
-
Returns a composed tetrafunction that first applies this tetrafunction to its input, and then applies the after
function to the result.
- andThen(Function<? super RESULT, ? extends AFTER_RESULT>) - Method in interface org.mule.commons.atlantic.lambda.function.TriFunction
-
Returns a composed trifunction that first applies this trifunction to its input, and then applies the after
function to the result.
- andThen(Function<? super RESULT, ? extends AFTER_RESULT>) - Method in interface org.mule.commons.atlantic.lambda.supplier.Supplier
-
Returns a composed function that first applies this function to its input, and then applies the after
function to the result.
- andThenExecute(HendecaFunction<RESULT, PARAM, B, C, D, E, F, G, H, I, J, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andThenExecute(DecaFunction<RESULT, PARAM, B, C, D, E, F, G, H, I, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andThenExecute(NonaFunction<RESULT, PARAM, B, C, D, E, F, G, H, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andThenExecute(OctaFunction<RESULT, PARAM, B, C, D, E, F, G, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andThenExecute(HeptaFunction<RESULT, PARAM, B, C, D, E, F, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andThenExecute(HexaFunction<RESULT, PARAM, B, C, D, E, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andThenExecute(PentaFunction<RESULT, PARAM, B, C, D, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andThenExecute(TetraFunction<RESULT, PARAM, B, C, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andThenExecute(TriFunction<RESULT, PARAM, B, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andThenExecute(BiFunction<RESULT, PARAM, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- andThenExecute(Function<RESULT, NEXT_RESULT>) - Method in class org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier
-
- apply(A, B) - Method in interface org.mule.commons.atlantic.lambda.function.BiFunction
-
Applies this function to the given arguments.
- apply(A, B, C, D, E, F, G, H, I, J) - Method in interface org.mule.commons.atlantic.lambda.function.DecaFunction
-
Applies this function to the given arguments.
- apply(A) - Method in interface org.mule.commons.atlantic.lambda.function.Function
-
Applies this function to the given argument.
- apply(A, B, C, D, E, F, G, H, I, J, K) - Method in interface org.mule.commons.atlantic.lambda.function.HendecaFunction
-
Applies this function to the given arguments.
- apply(A, B, C, D, E, F, G) - Method in interface org.mule.commons.atlantic.lambda.function.HeptaFunction
-
Applies this function to the given arguments.
- apply(A, B, C, D, E, F) - Method in interface org.mule.commons.atlantic.lambda.function.HexaFunction
-
Applies this function to the given arguments.
- apply(A, B, C, D, E, F, G, H, I) - Method in interface org.mule.commons.atlantic.lambda.function.NonaFunction
-
Applies this function to the given arguments.
- apply(A, B, C, D, E, F, G, H) - Method in interface org.mule.commons.atlantic.lambda.function.OctaFunction
-
Applies this function to the given arguments.
- apply(A, B, C, D, E) - Method in interface org.mule.commons.atlantic.lambda.function.PentaFunction
-
Applies this function to the given arguments.
- apply(A, B, C, D) - Method in interface org.mule.commons.atlantic.lambda.function.TetraFunction
-
Applies this function to the given arguments.
- apply(A, B, C) - Method in interface org.mule.commons.atlantic.lambda.function.TriFunction
-
Applies this function to the given arguments.
- Atlantic - Class in org.mule.commons.atlantic
-
Main class.
- AtlanticConsumer<PARAM,NEXT extends AtlanticLambda,F extends AtlanticFunction> - Interface in org.mule.commons.atlantic.lambda.consumer
-
Interface that identifies a Functional Interface as a consumer that receives one or more parameters.
- AtlanticException - Exception in org.mule.commons.atlantic.exception
-
Parent exception for all the exceptions thrown in this library.
- AtlanticException(String, Throwable) - Constructor for exception org.mule.commons.atlantic.exception.AtlanticException
-
The default constructor.
- AtlanticFunction<PARAM,NEXT extends AtlanticLambda> - Interface in org.mule.commons.atlantic.lambda.function
-
Interface that identifies a Functional interface as a function that receives one or more parameters.
- AtlanticLambda - Interface in org.mule.commons.atlantic.lambda
-
Parent interface for all the functional interfaces that will be handled by this library.