Package de. peekandpoke. kraft. addons. forms. validation. collections
Functions
Link copied to clipboard
fun <T : Collection<*>> exactCount(count: Int, message: (T) -> String): Rule<T>
Content copied to clipboard
fun <T : Collection<*>> exactCount(count: Int, message: String = "Must have "): Rule<T>
Content copied to clipboard