J.Input

opaque type Input

J.Input is an opaque value, backed by java.io.InputStream

Source
__.scala

Def

Source
__.scala
inline def real: java.io.InputStream

Real value

Real value

Returns real value standing behind the opaque type.

This is a zero cost call.

Inherited from
_methods
Source
Base.scala