Source

object Source extends WritableLowPri
Companion:
class
class Object
trait Matchable
class Any
Source.type

Type members

Classlikes

implicit class ChannelSource(cn: SeekableByteChannel) extends Source
implicit class WritableSource[T](s: T)(implicit f: T => Writable) extends Source

Implicits

Implicits

final implicit def ChannelSource(cn: SeekableByteChannel): ChannelSource
final implicit def WritableSource[T](s: T)(implicit f: T => Writable): WritableSource[T]

Inherited implicits

implicit def WritableGenerator[T](a: Generator[T])(implicit f: T => Writable): Source
Inherited from:
WritableLowPri
implicit def WritableTraversable[M[_], T](a: M[T])(implicit f: T => Writable, g: M[T] => IterableOnce[T]): Source
Inherited from:
WritableLowPri