Field

constructor(handle: StepHandle<*>, columnName: String?, rowIndex: Int = 0)

Parameters

handle

Handle to the step from which the data originates.

columnName

Name of the column from which the value should be fetched.

rowIndex

Row index (default 0, i.e., first).

Type Parameters

T

The expected type of the field's value.


constructor(handle: StepHandle<*>, rowIndex: Int = 0)