callback

public abstract void callback(T data)

A callback for running a task on a set of data.

Parameters

data

the data needed to run the task.