Interface ExtendResult
-
- All Known Implementing Classes:
ImmutableExtendResult
@Immutable public interface ExtendResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>getFinalResult()Collection<String>getIntermediateResults()booleanisSuccessful()
-
-
-
Method Detail
-
isSuccessful
boolean isSuccessful()
-
getIntermediateResults
Collection<String> getIntermediateResults()
-
-