SourceTextOps

ox.channels.SourceTextOps
trait SourceTextOps[+T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Source[T]
class Channel[T]
Self type
Source[T]

Members list

Value members

Concrete methods

def lines(using Ox, T <:< Chunk[Byte]): Source[String]

Transforms a Source of byte chunks such that each emitted String is a text line from the input.

Transforms a Source of byte chunks such that each emitted String is a text line from the input.

Attributes

Returns

a Source emitting lines read from the input byte chunks, assuming they represent text.