J.Output

opaque type Output

J.Output is an opaque value, backed by java.io.OutputStream

Source
__.scala

Def

def asPrinter: java.io.PrintStream
Source
__.scala
inline def real: java.io.OutputStream

Real value

Real value

Returns real value standing behind the opaque type.

This is a zero cost call.

Inherited from
_methods
Source
Base.scala