fork abstract method

dynamic fork(
  1. T result
)

Forks the DataAction into another DataAction.

Implementation

dynamic fork(T result);