object
SessionVar extends AnyRef
Type Members
-
final
case class
Key[T](key: ScopedKey[Task[T]]) extends Product with Serializable
-
final
case class
Map(map: IMap[Key, Id]) extends Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
DefaultDataID: String
-
final
def
asInstanceOf[T0]: T0
-
-
def
clone(): AnyRef
-
def
emptyMap: Map
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
get[T](key: ScopedKey[Task[T]], state: State): Option[T]
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
load[T](key: ScopedKey[Task[T]], state: State)(implicit f: Format[T]): Option[T]
-
def
loadAndSet[T](key: ScopedKey[Task[T]], state: State, setIfUnset: Boolean)(implicit f: Format[T]): (State, Option[T])
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
orEmpty(opt: Option[Map]): Map
-
def
persist[T](key: ScopedKey[Task[T]], state: State, value: T)(implicit f: Format[T]): Unit
-
def
persistAndSet[T](key: ScopedKey[Task[T]], state: State, value: T)(implicit f: Format[T]): State
-
def
read[T](key: ScopedKey[Task[T]], state: State)(implicit f: Format[T]): Option[T]
-
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
transform[S](task: Task[S], f: (State, S) ⇒ State): Task[S]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any