CanClose

extras.scala.io.CanClose
See theCanClose companion object
trait CanClose[-A] extends Releasable[A]

Attributes

Since

2021-09-20

Companion
object
Graph
Supertypes
trait Releasable[A]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def close(a: A): Unit

Concrete methods

override def release(resource: A): Unit

Attributes

Definition Classes
Releasable