Using

sbt.io.Using
See theUsing companion object
abstract class Using[Source, T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[R](src: Source)(f: T => R): R