portals.application.task

Members list

Type members

Classlikes

case class ContinuationMeta(id: Int, asker: String, portal: String, portalAsker: String, askerKey: Key)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait OutputCollector[T, U, Req, Rep]

Attributes

Supertypes
class Object
trait Matchable
class Any
trait PerKeyState[T] extends TypedState[T]

Attributes

Companion
object
Supertypes
trait TypedState[T]
class Object
trait Matchable
class Any
Known subtypes
class PerKeyStateImpl[T]
object PerKeyState

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
class PerKeyStateImpl[T](name: String, initValue: T) extends PerKeyState[T]

Attributes

Supertypes
trait PerKeyState[T]
trait TypedState[T]
class Object
trait Matchable
class Any
trait PerTaskState[T] extends TypedState[T]

Attributes

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

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
class PerTaskStateImpl[T](name: String, initValue: T) extends PerTaskState[T]

Attributes

Supertypes
trait PerTaskState[T]
trait TypedState[T]
class Object
trait Matchable
class Any
trait TaskStates

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TaskStates.type
object TaskStates extends TaskStates

Attributes

Companion
trait
Supertypes
trait TaskStates
class Object
trait Matchable
class Any
Self type
TaskStates.type
trait TypedState[T]

Attributes

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

Types

type Continuation[T, U, Req, Rep] = AskerTaskContext[T, U, Req, Rep] ?=> Unit
type Task[T, U] = GenericTask[T, U, Nothing, Nothing]