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, ObservabilityManager observabilityManager, MarkerManager markerManager) 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 ResultViewModifier and TypeMethodDescriptionStep.execute
(T object, I input, Object payload, ResultView results, LocalContext context) -
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 ResultViewModifier and TypeMethodDescriptionStepRunner.execute
(T object, I input, Object payload, ResultView results, LocalContext context) -
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, Object input, Object payload, ResultView results, LocalContext context) IndexableStep.execute
(T object, ResultView results, Context context) InputStep.execute
(I input, ResultView results, Context context) default Result
InputStep.execute
(Indexable object, I input, Object payload, ResultView results, LocalContext context) PayloadStep.execute
(Object payload, ResultView results, Context context) default Result
PayloadStep.execute
(Indexable object, Object input, Object payload, ResultView results, LocalContext context) PipelineStep.execute
(Indexable object, I input, Object payload, ResultView results, LocalContext context)