- Companion
- object
trait Workspace[T]
trait Disposable[T]
class Object
trait Matchable
class Any
trait Blob
class BlobWorkspaceImpl
trait InMemory
class InMemoryWorkspaceImpl
trait Confluent
trait Durable
Value members
Inherited methods
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.
- Inherited from
- Workspace
Since we obtain Workspace[_]
from read methods, this is lesser evil, since we
cannot make totally "wrong" casts here.
Since we obtain Workspace[_]
from read methods, this is lesser evil, since we
cannot make totally "wrong" casts here.
- Inherited from
- Workspace