ComponentEntryWithEventHandlerDsl

korolev.Context$.Scope.ComponentDsl.ComponentEntryWithEventHandlerDsl
final class ComponentEntryWithEventHandlerDsl(p: P) extends ComponentEntry[F, S, M, CS, P, E]

Attributes

Graph
Supertypes
class ComponentEntry[F, S, M, CS, P, E]
trait Serializable
trait Product
trait Equals
trait Binding[F, S, M]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(f: (Access, E) => F[Unit]): ComponentEntry[F, S, M, CS, P, E]

Inherited methods

def createInstance(node: Id, sessionId: Qsid, frontend: Frontend[F], eventRegistry: EventRegistry[F], stateManager: StateManager[F], getRenderNum: () => Int, stateQueue: Queue[F, (Id, Any, Option[() => Unit])], scheduler: Scheduler[F], reporter: Reporter, recovery: PartialFunction[Throwable, F[Unit]]): ComponentInstance[F, AS, M, CS, P, E]

Attributes

Inherited from:
ComponentEntry
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product