CloseableStreams

sbt.std.CloseableStreams
trait CloseableStreams[Key] extends Streams[Key], Closeable

Attributes

Graph
Supertypes
trait Closeable
trait AutoCloseable
trait Streams[Key]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def apply(a: Key): ManagedStreams[Key]

Attributes

Inherited from:
Streams
def close(): Unit

Attributes

Inherited from:
Closeable
def use[T](key: Key)(f: TaskStreams[Key] => T): T

Attributes

Inherited from:
Streams