OutputOps

final implicit class OutputOps(val underlying: Output) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def writeAsByte(i: Int): Self
@inline
def writeAsByte(c: Char): Self
@inline
def writeAsBytes(a: Char, b: Char): Self
@inline
def writeAsBytes(a: Char, b: Char, c: Char): Self
@inline
def writeAsBytes(a: Char, b: Char, c: Char, d: Char): Self

Concrete fields