Uses of Class
tech.illuin.pipeline.step.builder.StepBuilder
Packages that use StepBuilder
-
Uses of StepBuilder in tech.illuin.pipeline.step.builder
Methods in tech.illuin.pipeline.step.builder that return StepBuilderModifier and TypeMethodDescriptionStepBuilder<T,
I, P> StepBuilder.setPinned
(boolean pin) StepBuilder<T,
I, P> StepBuilder<T,
I, P> StepBuilder<T,
I, P> StepBuilder.step
(IndexableStep<? extends T> step) StepBuilder<T,
I, P> StepBuilder<T,
I, P> StepBuilder.step
(PayloadStep<P> step) StepBuilder<T,
I, P> StepBuilder.withCondition
(Class<? extends Indexable> typeCondition) StepBuilder<T,
I, P> StepBuilder.withCondition
(StepCondition predicate) StepBuilder<T,
I, P> StepBuilder.withErrorHandler
(StepErrorHandler errorHandler) StepBuilder<T,
I, P> StepBuilder.withEvaluation
(ResultEvaluator evaluator) StepBuilder<T,
I, P> StepBuilder<T,
I, P> StepBuilder.withWrapper
(StepWrapper<T, I, P> wrapper) Methods in tech.illuin.pipeline.step.builder with parameters of type StepBuilderModifier and TypeMethodDescriptionvoid
StepAssembler.assemble
(StepBuilder<T, I, P> builder) default StepDescriptor<T,
I, P> StepAssembler.build
(StepBuilder<T, I, P> builder)