Interface ValidationRule<T>


public interface ValidationRule<T>
  • Method Details

    • validate

      boolean validate(T input)
    • getErrorMessage

      StyledText getErrorMessage()