Package dev.dokimos.core
Interface Task
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
run
Run the task on the givenExampleand produce outputs.- Parameters:
example- the example containing inputs and expected outputs- Returns:
- the actual outputs produced by the task
-