Package-level declarations
Types
Functions
Link copied to clipboard
Returns true, if list contains issues with fatal error severity.
Link copied to clipboard
Returns the number of entries with a certain severity.
Link copied to clipboard
Returns a summary of the issue numbers depending on the severity.
Link copied to clipboard
inline fun <V : Any> List<ContextIssueList<V>>.handleIssueList(block: (ContextIssueList<V>) -> Unit): List<V>
Handles a list of reports with block and then returns only the list of ContextIssueList.value.
Link copied to clipboard
Link copied to clipboard