public class OptionalValidator<T> extends Object implements com.vaadin.data.Validator<T>
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.data.ValidationResult |
apply(T value,
com.vaadin.data.ValueContext context) |
static <T> OptionalValidator<T> |
with(com.vaadin.data.Validator<T> strictValidator) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic static <T> OptionalValidator<T> with(com.vaadin.data.Validator<T> strictValidator)
public com.vaadin.data.ValidationResult apply(T value, com.vaadin.data.ValueContext context)
apply in interface com.vaadin.data.Validator<T>apply in interface BiFunction<T,com.vaadin.data.ValueContext,com.vaadin.data.ValidationResult>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.