isValid

open fun isValid(date: Long): Boolean

Performs the isValid check as an AND of all validators. e.g. If every validator in this class returns `true` for each isValid, this this method will return true.

Return

True, if the given date is valid for every given validator in this class.

Parameters

date

milliseconds date to validate against.