Class Hierarchy
- java.lang.Object
- org.mule.commons.atlantic.Atlantic
- org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier<RESULT> (implements org.mule.commons.atlantic.lambda.supplier.Supplier<RESULT>)
- org.mule.commons.atlantic.execution.builder.factory.DefaultExecutionFactoryBuilder<SELF> (implements org.mule.commons.atlantic.execution.builder.factory.ExecutionFactoryBuilder<SELF>)
- org.mule.commons.atlantic.execution.exception.handler.DefinedExceptionHandler<T> (implements org.mule.commons.atlantic.execution.exception.handler.ExceptionHandler<T>)
- org.mule.commons.atlantic.execution.Execution<RESULT>
- org.mule.commons.atlantic.execution.ExecutionFactory
- org.mule.commons.atlantic.execution.builder.lambda.LambdaBuilder<LAMBDA,PARAM,NEXT>
- org.mule.commons.atlantic.execution.builder.lambda.ExecutableLambdaBuilder<LAMBDA,PARAM,NEXT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier10ParamsBuilder<PARAM,B,C,D,E,F,G,H,I,J,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier11ParamsBuilder<PARAM,B,C,D,E,F,G,H,I,J,K,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier1ParamBuilder<PARAM,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier2ParamsBuilder<PARAM,B,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier3ParamsBuilder<PARAM,B,C,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier4ParamsBuilder<PARAM,B,C,D,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier5ParamsBuilder<PARAM,B,C,D,E,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier6ParamsBuilder<PARAM,B,C,D,E,F,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier7ParamsBuilder<PARAM,B,C,D,E,F,G,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier8ParamsBuilder<PARAM,B,C,D,E,F,G,H,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.chain.ChainedSupplier9ParamsBuilder<PARAM,B,C,D,E,F,G,H,I,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.runnable.Runnable10ParamsBuilder<PARAM,B,C,D,E,F,G,H,I,J>
- org.mule.commons.atlantic.execution.builder.lambda.runnable.Runnable11ParamsBuilder<PARAM,B,C,D,E,F,G,H,I,J,K>
- org.mule.commons.atlantic.execution.builder.lambda.runnable.Runnable2ParamsBuilder<PARAM,B>
- org.mule.commons.atlantic.execution.builder.lambda.runnable.Runnable3ParamsBuilder<PARAM,B,C>
- org.mule.commons.atlantic.execution.builder.lambda.runnable.Runnable4ParamsBuilder<PARAM,B,C,D>
- org.mule.commons.atlantic.execution.builder.lambda.runnable.Runnable5ParamsBuilder<PARAM,B,C,D,E>
- org.mule.commons.atlantic.execution.builder.lambda.runnable.Runnable6ParamsBuilder<PARAM,B,C,D,E,F>
- org.mule.commons.atlantic.execution.builder.lambda.runnable.Runnable7ParamsBuilder<PARAM,B,C,D,E,F,G>
- org.mule.commons.atlantic.execution.builder.lambda.runnable.Runnable8ParamsBuilder<PARAM,B,C,D,E,F,G,H>
- org.mule.commons.atlantic.execution.builder.lambda.runnable.Runnable9ParamsBuilder<PARAM,B,C,D,E,F,G,H,I>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.Supplier10ParamsBuilder<PARAM,B,C,D,E,F,G,H,I,J,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.Supplier11ParamsBuilder<PARAM,B,C,D,E,F,G,H,I,J,K,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.Supplier1ParamBuilder<PARAM,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.Supplier2ParamsBuilder<PARAM,B,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.Supplier3ParamsBuilder<PARAM,B,C,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.Supplier4ParamsBuilder<PARAM,B,C,D,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.Supplier5ParamsBuilder<PARAM,B,C,D,E,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.Supplier6ParamsBuilder<PARAM,B,C,D,E,F,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.Supplier7ParamsBuilder<PARAM,B,C,D,E,F,G,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.Supplier8ParamsBuilder<PARAM,B,C,D,E,F,G,H,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.supplier.Supplier9ParamsBuilder<PARAM,B,C,D,E,F,G,H,I,RESULT>
- org.mule.commons.atlantic.execution.builder.lambda.runnable.Runnable1ParamBuilder<PARAM>
- java.lang.Throwable (implements java.io.Serializable)
Interface Hierarchy
- org.mule.commons.atlantic.lambda.AtlanticLambda
- org.mule.commons.atlantic.lambda.consumer.AtlanticConsumer<PARAM,NEXT,F>
- org.mule.commons.atlantic.lambda.consumer.BiConsumer<A,B>
- org.mule.commons.atlantic.lambda.consumer.Consumer<A>
- org.mule.commons.atlantic.lambda.consumer.DecaConsumer<A,B,C,D,E,F,G,H,I,J>
- org.mule.commons.atlantic.lambda.consumer.HendecaConsumer<A,B,C,D,E,F,G,H,I,J,K>
- org.mule.commons.atlantic.lambda.consumer.HeptaConsumer<A,B,C,D,E,F,G>
- org.mule.commons.atlantic.lambda.consumer.HexaConsumer<A,B,C,D,E,F>
- org.mule.commons.atlantic.lambda.consumer.NonaConsumer<A,B,C,D,E,F,G,H,I>
- org.mule.commons.atlantic.lambda.consumer.OctaConsumer<A,B,C,D,E,F,G,H>
- org.mule.commons.atlantic.lambda.consumer.PentaConsumer<A,B,C,D,E>
- org.mule.commons.atlantic.lambda.consumer.TetraConsumer<A,B,C,D>
- org.mule.commons.atlantic.lambda.consumer.TriConsumer<A,B,C>
- org.mule.commons.atlantic.lambda.function.AtlanticFunction<PARAM,NEXT>
- org.mule.commons.atlantic.lambda.function.BiFunction<A,B,RESULT>
- org.mule.commons.atlantic.lambda.function.DecaFunction<A,B,C,D,E,F,G,H,I,J,RESULT>
- org.mule.commons.atlantic.lambda.function.Function<A,RESULT>
- org.mule.commons.atlantic.lambda.function.HendecaFunction<A,B,C,D,E,F,G,H,I,J,K,RESULT>
- org.mule.commons.atlantic.lambda.function.HeptaFunction<A,B,C,D,E,F,G,RESULT>
- org.mule.commons.atlantic.lambda.function.HexaFunction<A,B,C,D,E,F,RESULT>
- org.mule.commons.atlantic.lambda.function.NonaFunction<A,B,C,D,E,F,G,H,I,RESULT>
- org.mule.commons.atlantic.lambda.function.OctaFunction<A,B,C,D,E,F,G,H,RESULT>
- org.mule.commons.atlantic.lambda.function.PentaFunction<A,B,C,D,E,RESULT>
- org.mule.commons.atlantic.lambda.function.TetraFunction<A,B,C,D,RESULT>
- org.mule.commons.atlantic.lambda.function.TriFunction<A,B,C,RESULT>
- org.mule.commons.atlantic.lambda.consumer.BiConsumer<A,B>
- org.mule.commons.atlantic.lambda.function.BiFunction<A,B,RESULT>
- org.mule.commons.atlantic.lambda.consumer.Consumer<A>
- org.mule.commons.atlantic.lambda.consumer.DecaConsumer<A,B,C,D,E,F,G,H,I,J>
- org.mule.commons.atlantic.lambda.function.DecaFunction<A,B,C,D,E,F,G,H,I,J,RESULT>
- org.mule.commons.atlantic.lambda.function.Function<A,RESULT>
- org.mule.commons.atlantic.lambda.consumer.HendecaConsumer<A,B,C,D,E,F,G,H,I,J,K>
- org.mule.commons.atlantic.lambda.function.HendecaFunction<A,B,C,D,E,F,G,H,I,J,K,RESULT>
- org.mule.commons.atlantic.lambda.consumer.HeptaConsumer<A,B,C,D,E,F,G>
- org.mule.commons.atlantic.lambda.function.HeptaFunction<A,B,C,D,E,F,G,RESULT>
- org.mule.commons.atlantic.lambda.consumer.HexaConsumer<A,B,C,D,E,F>
- org.mule.commons.atlantic.lambda.function.HexaFunction<A,B,C,D,E,F,RESULT>
- org.mule.commons.atlantic.lambda.consumer.NonaConsumer<A,B,C,D,E,F,G,H,I>
- org.mule.commons.atlantic.lambda.function.NonaFunction<A,B,C,D,E,F,G,H,I,RESULT>
- org.mule.commons.atlantic.lambda.consumer.OctaConsumer<A,B,C,D,E,F,G,H>
- org.mule.commons.atlantic.lambda.function.OctaFunction<A,B,C,D,E,F,G,H,RESULT>
- org.mule.commons.atlantic.lambda.consumer.PentaConsumer<A,B,C,D,E>
- org.mule.commons.atlantic.lambda.function.PentaFunction<A,B,C,D,E,RESULT>
- org.mule.commons.atlantic.lambda.runnable.Runnable
- org.mule.commons.atlantic.lambda.supplier.Supplier<RESULT>
- org.mule.commons.atlantic.lambda.consumer.TetraConsumer<A,B,C,D>
- org.mule.commons.atlantic.lambda.function.TetraFunction<A,B,C,D,RESULT>
- org.mule.commons.atlantic.lambda.consumer.TriConsumer<A,B,C>
- org.mule.commons.atlantic.lambda.function.TriFunction<A,B,C,RESULT>
- org.mule.commons.atlantic.execution.exception.handler.ExceptionHandler<T>
- org.mule.commons.atlantic.execution.builder.factory.ExecutionFactoryBuilder<SELF>
- org.mule.commons.atlantic.execution.listener.OnFailureListener
- org.mule.commons.atlantic.execution.listener.OnPreExecutionListener
- org.mule.commons.atlantic.execution.listener.OnSuccessListener
Copyright © 2019. All rights reserved.