iterator

operator fun <R> Chain<R>.iterator(): Iterator<R>(source)

Represent a chain as regular iterator (uses blocking calls)