Handler
kyo.core.Handler
abstract class Handler[Command[_], E <: Effect[E], S] extends ResultHandler[Command, Id, E, S]
Attributes
- Graph
-
- Supertypes
Members list
Type members
Inherited and Abstract types
Attributes
- Inherited from:
- ResultHandler
Value members
Inherited methods
Attributes
- Inherited from:
- ResultHandler
inline protected def handle[T, S2](h: ResultHandler[Command, Id, E, S], v: T < (E & S & S2)): Handle[T, S2]
Attributes
- Inherited from:
- ResultHandler
Attributes
- Inherited from:
- ResultHandler
Inherited and Abstract methods
Attributes
- Inherited from:
- ResultHandler
In this article