Reader
An interface for streams of values that have positions.
class Object
trait Matchable
class Any
class PackratReader[T]
class Scanner
class CharSequenceReader
class CharArrayReader
class PagedSeqReader
class StreamReader
Value members
Abstract methods
true
iff there are no more elements in this reader.
true
iff there are no more elements in this reader.
Concrete methods
Returns an abstract reader consisting of all elements except the first n
elements.
Returns an abstract reader consisting of all elements except the first n
elements.
If this is a reader over character sequences, the underlying char sequence.
If not, throws a NoSuchMethodError
exception.
If this is a reader over character sequences, the underlying char sequence.
If not, throws a NoSuchMethodError
exception.
- Throws:
- [[java.lang.NoSuchMethodError]]
if this not a char sequence reader.