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