Source

replpp.shaded.os.Source$
See theSource companion trait
object Source extends WritableLowPri

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Source.type

Members list

Type members

Classlikes

implicit class ChannelSource(cn: SeekableByteChannel) extends Source

Attributes

Supertypes
trait Source
trait Writable
class Object
trait Matchable
class Any
implicit class WritableSource[T](s: T)(implicit f: T => Writable) extends Source

Attributes

Supertypes
trait Source
trait Writable
class Object
trait Matchable
class Any

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

Attributes

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

Attributes

Inherited from:
WritableLowPri