getSkipValue method

Output getSkipValue(
  1. Input data
)

Value to return when step is skipped

By default, returns input data cast to Output type

Implementation

Output getSkipValue(Input data) => data as Output;