public interface IterableResult<T,C extends Context> extends Iterable<T>
Iterable result that provides the current parsing context
through the getContext() method| Modifier and Type | Method and Description |
|---|---|
C |
getContext()
Returns the current parsing
Context, if available |
ResultIterator<T,C> |
iterator() |
forEach, spliteratorCopyright © 2019 Univocity Software Pty Ltd. All rights reserved.