Reader
An interface for streams of values that have positions.
class Object
trait Matchable
class Any
class PackratReader[T]
class Scanner
class CharArrayReader
class CharSequenceReader
class PagedSeqReader
class StreamReader
Value members
Methods
If this is a reader over character sequences, the underlying char sequence.
If not, throws a
If not, throws a
NoSuchMethodError
exception.- Throws
- [[java.lang.NoSuchMethodError]]
- [[java.lang.NoSuchMethodError]]
Returns an abstract reader consisting of all elements except the first
- Returns
-
If
atEnd
istrue
, the result will bethis
;
otherwise, it's aReader
containing more elements.