Class Validated.None

  • All Implemented Interfaces:
    java.lang.Iterable<Validated>, Validated
    Enclosing interface:
    Validated

    public static class Validated.None
    extends java.lang.Object
    implements Validated
    Indicates that no validation has occurred. None is considered "valid", effectively a no-op validation.
    • Constructor Detail

      • None

        public None()
    • Method Detail

      • isValid

        public boolean isValid()
        Specified by:
        isValid in interface Validated
      • iterator

        public java.util.Iterator<Validated> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<Validated>
      • getValue

        public <T> T getValue()
        Specified by:
        getValue in interface Validated