all

abstract fun all(statuses: List<RuleStatus> = listOf(RuleStatus.AVAILABLE)): RulesBuilder<T>

Adds all rules matching the provided statuses to the collection.

NOTE: Use rule functions for custom configurations, e.g. rule(...)

NOTE: This method does not add rules that are in beta.