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.setPinned(boolean pin) StepBuilder.step(IndexableStep<? extends T> step) StepBuilder.step(PayloadStep step) StepBuilder.withCondition(Class<? extends Indexable> typeCondition) StepBuilder.withCondition(StepCondition predicate) StepBuilder.withErrorHandler(StepErrorHandler errorHandler) StepBuilder.withEvaluation(ResultEvaluator evaluator) StepBuilder.withWrapper(StepWrapper<T, I> wrapper) Methods in tech.illuin.pipeline.step.builder with parameters of type StepBuilderModifier and TypeMethodDescriptionvoidStepAssembler.assemble(StepBuilder<T, I> builder) default StepDescriptor<T,I> StepAssembler.build(StepBuilder<T, I> builder)