Package org.openrewrite
Class Validated.Either
- java.lang.Object
-
- org.openrewrite.Validated.Either
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openrewrite.Validated
Validated.Both, Validated.Either, Validated.Invalid, Validated.Missing, Validated.None, Validated.Secret, Validated.Valid
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<Validated.Valid>
findAny()
<T> T
getValue()
boolean
isValid()
java.util.Iterator<Validated>
iterator()
-
-
-
Method Detail
-
findAny
public java.util.Optional<Validated.Valid> findAny()
-
-