J.Output

object Output extends AnyRef.Opaque.Base[J.Output, java.io.OutputStream]
Source
__.scala
class AnyRef.Opaque.Base[J.Output, java.io.OutputStream]
trait _methods[J.Output, java.io.OutputStream]
class Any.Z.OpaqueBase[J.Output]
class java.lang.Object
trait scala.Matchable
class Any

Member

opaque type Buffer

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

Source
Buffer.scala
opaque type Bytes

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

Source
Bytes.scala
opaque type Data

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

Source
Data.scala
opaque type Text

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

Source
Text.scala

Def

inline def apply(v: java.io.OutputStream): J.Output
Source
__.scala
Source
__.scala
val typeName: String

Type name

Type name

Returns defined opaque type name

Inherited from
OpaqueBase
Source
OpaqueBase.scala
Inherited from
Base
Source
Base.scala
def value_isVoid(v: J.Output): Boolean
Inherited from
Base
Source
Base.scala
def value_tag(v: J.Output): String
Inherited from
Base
Source
Base.scala