Package cdc.issues
Interface HasDiagnosis<I extends Issue>
- Type Parameters:
I- The issue type. WARNING: deprecated (since 2023-10-14). Use Issue.
- 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 return a
Diagnosis.- Author:
- Damien Carbonne
-
Method Summary
-
Method Details
-
getDiagnosis
- Returns:
- The diagnosis.
-