Skip to content

Packages  ›  trotsky  ›  StepBuilderStreamEntry

StepBuilderStreamEntry class

Represents an individual entry step within a StepBuilderStream.

Signature:

typescript
export declare class StepBuilderStreamEntry<P = StepBuilderStream, C = unknown, O = unknown> extends Step<P, C, O>

Extends: Step<P, C, O>

Methods

Method

Modifiers

Description

apply()

Applies the step's logic but do nothing by default. This method is usually be overridden by child classes but will not throw an error if not.