DataSourceReadDsl

abstract class DataSourceReadDsl[A, Source <: AutoCloseable, Decoder[_], Config[_], DSReader <: DataSourceReader[Source, Decoder, Config], Self <: DataSourceReadDsl[A, Source, Decoder, Config, DSReader, Self]] extends Serializable
trait Serializable
class Object
trait Matchable
class Any

Value members

Abstract methods

protected def _reader: DSReader
def config: Config[A]
def withConfig(config: Config[A]): Self

Concrete methods

def load(source: => Source)(implicit ev: Decoder[A]): Iterable[A]