Scannable

better.files.Scannable$
See theScannable companion trait
object Scannable

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[A](f: Scanner => A): Scannable[A]

Implicits

Implicits

implicit def fromRead[A](implicit read: Read[A]): Scannable[A]
implicit def iterator[A](implicit scanner: Scannable[A]): Scannable[Iterator[A]]
implicit def tuple2[T1, T2](implicit t1: Scannable[T1], t2: Scannable[T2]): Scannable[(T1, T2)]