Package org.openrewrite
Class Validated.None<T>
java.lang.Object
org.openrewrite.Validated.None<T>
Indicates that no validation has occurred. None is considered "valid", effectively a no-op validation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openrewrite.Validated
Validated.Both<T>, Validated.Either<T>, Validated.Invalid<T>, Validated.Missing<T>, Validated.None<T>, Validated.Secret, Validated.Valid<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
None
public None()
-
-
Method Details