Scannable

better.files.Scannable
See theScannable companion object
trait Scannable[A]

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 Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def apply(scanner: Scanner): A
Implicitly added by iterator
def apply(scanner: Scanner): A