J.Input

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

Member

opaque type Bytes

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

Source
Bytes.scala
opaque type Data

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

Source
Data.scala
opaque type Text

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

Source
Text.scala

Def

def apply(v: java.io.InputStream): J.Input
Source
__.scala
def apply(ba: Array[Byte]): J.Input
Source
__.scala
def apply(ba: Array[Byte], offs: Int, length: Int): J.Input
Source
__.scala
def apply(text: String): J.Input
Source
__.scala
def apply(f: J.Path): J.Input
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.Input): Boolean
Inherited from
Base
Source
Base.scala
def value_tag(v: J.Input): String
Inherited from
Base
Source
Base.scala
@targetName("getVoid")
inline def void: J.Input

Get void instance

Get void instance

Source
__.scala

Implicit

implicit inline def implicitFromReal(v: java.io.InputStream): J.Input
Source
__.scala
implicit inline def implicitRequest(v: VOID): J.Input

General void instance request

General void instance request

It is possible to use general request VOID to get void instance of this type, thanks to this implicit conversion.

Source
__.scala