- 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.
- andThen() - 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.
- 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.