PlainOutput

sbt.util.PlainOutput
class PlainOutput[J](output: OutputStream, converter: SupportConverter[J])(implicit evidence$1: IsoString[J]) extends Output

Attributes

Graph
Supertypes
trait Output
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def close(): Unit
def write[T : JsonWriter](value: T): Unit

Concrete fields

val isoFormat: IsoString[J]