none

fun <R : IterableRule<T>> R.none(description: String = "", predicate: (T) -> Boolean): R(source)

Validate that no element satisfies predicate.

Return

The original rule on which this method has been invoked.

Parameters

description

The optional description to write to the output if the rule is invalid.

predicate

The predicate which should be validated.