RulesBuilder

abstract class RulesBuilder

Base class for rule builders

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun all(): RulesBuilder

Adds all rules to collection using default configurations.

Link copied to clipboard
fun build(): List<Rule>

Build the rules collection.

Link copied to clipboard
fun reset()

Removes all rules from the collection.