public final class ImmutableValueResult extends Object implements ValueResult
ValueResult| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<ResolvingFailure> |
getFailure() |
Set<Value> |
getValues() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisSuccess, resultFrom, resultFrompublic Set<Value> getValues()
getValues in interface ValueResultSet of values. In an error case this will return an empty Set.public Optional<ResolvingFailure> getFailure()
getFailure in interface ValueResultOptional failure with the error that occurred trying to resolve the
valuesCopyright © 2017 MuleSoft, Inc.. All rights reserved.