MinObjectValidator

class MinObjectValidator(minCount: Int, message: String = "Требуется минимум ") : Validator

Constructors

Link copied to clipboard
constructor(minCount: Int, message: String = "Требуется минимум ")

Functions

Link copied to clipboard
open override fun validate(value: Any?): ValidationResult