public interface MultiResult extends Result
The result of the one operation is selected by implementation to represent all the other
operations
and fulfill the contract of the Result super interface.
For example, the result can represent a combination of match operations, while the match with the greatest end position is selected to implement the super interface.
| Modifier and Type | Method and Description |
|---|---|
List<Result> |
getResults()
Returns an unmodifiable list of the result instances of all the performed match operations
.
|
canStopMatching, getBefore, getInput, isSuccessfulend, end, group, group, groupCount, start, startList<Result> getResults()
null.Copyright © 2014–2018 Alexey Gavrilov and contributors. All rights reserved.