Interface InapplicableSettings.ProblemConsumer
-
- Enclosing interface:
- InapplicableSettings
public static interface InapplicableSettings.ProblemConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consume(InapplicableSettings.ProblemType problemType, InapplicableSettings.ReportingLevel reportingLevel, String message)
-
-
-
Method Detail
-
consume
void consume(@NotNull InapplicableSettings.ProblemType problemType, @NotNull InapplicableSettings.ReportingLevel reportingLevel, @NotNull String message)
-
-