Workspace

trait Workspace[T <: Txn[T]] extends Disposable[T]
Companion
object
trait Disposable[T]
class Object
trait Matchable
class Any

Type members

Types

type S <: Sys
type Tx = T

Value members

Abstract methods

def addDependent(dep: Disposable[T])(tx: TxnLike): Unit

Adds a dependent which is disposed just before the workspace is disposed.

Adds a dependent which is disposed just before the workspace is disposed.

Value Params
dep

the dependent. This must be an ephemeral object.

def close(): Unit

Issues a transaction that closes and disposes the workspace.

Issues a transaction that closes and disposes the workspace.

def cursor: Cursor[T]
def dependents(tx: TxnLike): Iterable[Disposable[T]]
def folder: Option[URI]
def name: String
def removeDependent(dep: Disposable[T])(tx: TxnLike): Unit
def root(tx: T): Folder[T]

Inherited methods

def dispose(tx: T): Unit
Inherited from
Disposable

Implicits

Implicits

implicit def system: S