TypedState

portals.application.task.TypedState
trait TypedState[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait PerKeyState[T]
class PerKeyStateImpl[T]
trait PerTaskState[T]
class PerTaskStateImpl[T]

Members list

Value members

Abstract methods

def del()(using StatefulTaskContext): Unit
def get()(using StatefulTaskContext): T
def set(value: T)(using StatefulTaskContext): Unit