since

fun <R : ValidationRule<T>> R.since(date: LocalDate, rule: R.() -> R): R(source)

Validate rule only if date has been in the past.

Return

The original rule on which this method has been invoked.

Parameters

date

The date after which the rule should be valid.

rule

The rule which should hold after date.