Input

sbt.util.Input
trait Input extends Closeable

Attributes

Graph
Supertypes
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def read[T : JsonReader](): T

Concrete methods

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

Inherited methods

def close(): Unit

Attributes

Inherited from:
Closeable