Package de. peekandpoke. kraft. addons. forms. validation
Types
Functions
Link copied to clipboard
fun <T> notEqualTo(compareWith: T, message: String = "Must not be equal to '"): Rule<T>
Content copied to clipboard
fun <T> notEqualTo(compareWith: () -> T, message: (T) -> String = { "Must not be equal to '$compareWith()'" }): GenericRule<T>
Content copied to clipboard