Class Validator<T>

    • Constructor Detail

      • Validator

        public Validator()
    • Method Detail

      • apply

        public boolean apply​(@Nullable
                             T t)
        Specified by:
        apply in interface com.google.common.base.Predicate<T>
      • test

        public boolean test​(@Nullable
                            T t)
        Specified by:
        test in interface com.google.common.base.Predicate<T>
        Specified by:
        test in interface Predicate<T>