Input

trait Input extends Closeable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Abstract methods

def read[T : JsonReader](): T

Concrete methods

def read[T : JsonReader](default: => T): T

Inherited methods

@throws(java.io.IOException)
def close(): Unit
Inherited from
Closeable