and

fun and(vararg others: Rule<T>): Rule<T>

Returns a new Rule that is the logical equivalent of the following operation:

this && others

Return

A new Rule representing the logical "and" of this rule and the given others.

Parameters

others

The other Rules to evaluate.