Uses of Interface
tech.illuin.pipeline.step.result.ResultView
Packages that use ResultView
Package
Description
-
Uses of ResultView in tech.illuin.pipeline.builder.runner_compiler.argument_resolver.method_arguments
Methods in tech.illuin.pipeline.builder.runner_compiler.argument_resolver.method_arguments that return ResultViewModifier and TypeMethodDescriptionMethodArguments.resultView()
Returns the value of theresultView
record component.Constructors in tech.illuin.pipeline.builder.runner_compiler.argument_resolver.method_arguments with parameters of type ResultViewModifierConstructorDescriptionMethodArguments
(T object, I input, Object payload, Output output, ResultView resultView, Results results, Context context, PipelineTag pipelineTag, ComponentTag componentTag, UIDGenerator uidGenerator, LogMarker logMarker) Creates an instance of aMethodArguments
record class. -
Uses of ResultView in tech.illuin.pipeline.step
Methods in tech.illuin.pipeline.step with parameters of type ResultView -
Uses of ResultView in tech.illuin.pipeline.step.result
Classes in tech.illuin.pipeline.step.result that implement ResultViewMethods in tech.illuin.pipeline.step.result that return ResultViewModifier and TypeMethodDescriptionMethods in tech.illuin.pipeline.step.result with parameters of type ResultView -
Uses of ResultView in tech.illuin.pipeline.step.runner
Methods in tech.illuin.pipeline.step.runner with parameters of type ResultView -
Uses of ResultView in tech.illuin.pipeline.step.variant
Methods in tech.illuin.pipeline.step.variant with parameters of type ResultViewModifier and TypeMethodDescriptiondefault Result
IndexableStep.execute
(T object, ResultView results, Context context) InputStep.execute
(I input, ResultView results, Context context) default Result
PayloadStep.execute
(Object payload, ResultView results, Context context) default Result
PayloadStep.execute
(Indexable object, Object input, Object payload, ResultView results, Context context) PipelineStep.execute
(Indexable object, I input, Object payload, ResultView results, Context context)