PerTaskState

portals.application.task.PerTaskState
See thePerTaskState companion object
trait PerTaskState[T] extends TypedState[T]

Attributes

Companion
object
Graph
Supertypes
trait TypedState[T]
class Object
trait Matchable
class Any
Known subtypes
class PerTaskStateImpl[T]

Members list

Value members

Inherited methods

def del()(using StatefulTaskContext): Unit

Attributes

Inherited from:
TypedState
def get()(using StatefulTaskContext): T

Attributes

Inherited from:
TypedState
def set(value: T)(using StatefulTaskContext): Unit

Attributes

Inherited from:
TypedState