Interface TaskCompletion<TRANSACTION,EXCEPTION extends Exception>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface TaskCompletion<TRANSACTION,EXCEPTION extends Exception>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<Task,TaskDecision>complete(TRANSACTION transaction)
-
-
-
Method Detail
-
complete
Map<Task,TaskDecision> complete(TRANSACTION transaction) throws EXCEPTION extends Exception
-
-