AutoCloseableIsReleasable

io.getquill.util.Using.Releasable.AutoCloseableIsReleasable
object AutoCloseableIsReleasable extends Releasable[AutoCloseable]

An implicit Releasable for java.lang.AutoCloseable AutoCloseables.

Attributes

Graph
Supertypes
trait Releasable[AutoCloseable]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def release(resource: AutoCloseable): Unit

Releases the specified resource.

Releases the specified resource.

Attributes