Storage

trait Storage

A temporary space to store a Context instance.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

Returns the Context instance held in the Storage, or Context.Empty if nothing is stored.

Returns the Context instance held in the Storage, or Context.Empty if nothing is stored.

def store(context: Context): Scope

Temporarily puts a Context instance in the Storage.

Temporarily puts a Context instance in the Storage.