Interface EmailValidator<T>

  • Type Parameters:
    T - Type of Email

    public interface EmailValidator<T>
    Interface having a function to validate a Email Id
    Since:
    1.0.0
    Author:
    Megha Tanga
    • Method Detail

      • validateEmail

        boolean validateEmail​(T email)