PerKeyState

portals.application.task.PerKeyState
See thePerKeyState companion object
trait PerKeyState[T] extends TypedState[T]

Attributes

Companion
object
Graph
Supertypes
trait TypedState[T]
class Object
trait Matchable
class Any
Known subtypes
class PerKeyStateImpl[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