inline fun <T> newRule(init: DefaultRuleBuilder<T>.() -> Unit): DefaultRule<T>
Executes the given builder block and returns new instance of DefaultRule.
init - builder block.
init