Interface Task<INPUT,OUTPUT>

Type Parameters:
INPUT - type of the input data
OUTPUT - type of the output data

public interface Task<INPUT,OUTPUT>
A task executes an EvalCase and returns a result