final class SymbolIteratorDecorator
extends AnyVal

Implements a findSymbol method on iterators of Symbols that works like find but avoids Option, replacing None with NoSymbol.

Constructors

SymbolIteratorDecorator ( it: Iterator [ Symbol ] )

Members

val it : Iterator [ Symbol ]
final def findSymbol ( p: Symbol => Boolean ) : Symbol