Stream.Custom.Pipeline

Custom Pipeline is the base for most Scalqa internal stream extentions

It is publicly exposed for only vary advanced usage cases and can be safely ignored by most

Source
__.scala
trait Able.Doc
trait Able.Tag
class java.lang.Object
trait scala.Matchable
class Any

Def

def doc: Doc
Inherited from
Tree
Source
__.scala
def tag: String

Make String

Make String

tag returns this instance String representation, which should be used insted of toString

Inherited from
Doc
Source
Doc.scala