better.files.Scannable
See theScannable companion object
Implement this trait to make thing parsable In most cases, use Scanner.Read typeclass when you simply need access to one String token Use Scannable typeclass if you need access to the full scanner e.g. to detect encodings etc.
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any