Uses of Interface
tech.illuin.pipeline.step.Step
Packages that use Step
Package
Description
-
Uses of Step in tech.illuin.pipeline
Methods in tech.illuin.pipeline that return Step -
Uses of Step in tech.illuin.pipeline.builder
Methods in tech.illuin.pipeline.builder with parameters of type StepModifier and TypeMethodDescriptionPayloadPipelineBuilder.registerStep
(Step<? extends Indexable, I> step) <ID extends Indexable>
SimplePipelineBuilder<I>SimplePipelineBuilder.registerStep
(Step<ID, I> step) Method parameters in tech.illuin.pipeline.builder with type arguments of type StepModifier and TypeMethodDescriptionPayloadPipelineBuilder.registerSteps
(List<? extends Step<? extends Indexable, I>> steps) SimplePipelineBuilder.registerSteps
(List<? extends Step<?, I>> steps) -
Uses of Step in tech.illuin.pipeline.step
Methods in tech.illuin.pipeline.step that return Step -
Uses of Step in tech.illuin.pipeline.step.builder
Methods in tech.illuin.pipeline.step.builder with parameters of type Step -
Uses of Step in tech.illuin.pipeline.step.execution.wrapper
Methods in tech.illuin.pipeline.step.execution.wrapper that return StepModifier and TypeMethodDescriptionMethods in tech.illuin.pipeline.step.execution.wrapper with parameters of type Step -
Uses of Step in tech.illuin.pipeline.step.runner
Classes in tech.illuin.pipeline.step.runner that implement Step -
Uses of Step in tech.illuin.pipeline.step.variant
Subinterfaces of Step in tech.illuin.pipeline.step.variantModifier and TypeInterfaceDescriptioninterface
IndexableStep<T extends Indexable>
interface
InputStep<I>
interface
Classes in tech.illuin.pipeline.step.variant that implement Step