Package cdc.issues
Interface IssuesHandler<I extends Issue>
- Type Parameters:
I- The issue type. WARNING: deprecated (since 2023-10-14). Use Issue.
- All Known Implementing Classes:
IssuesCollector,IssuesTee,VerboseIssuesHandler,VoidIssuesHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface implemented by classes that can handle (collect, process, ...) issues.
- Author:
- Damien Carbonne
-
Field Summary
Fields -
Method Summary
-
Field Details
-
VOID
-
-
Method Details
-
issue
Notifies an issue.- Parameters:
issue- The issue.
-
issues
-
issues
-