Event

korolev.Context$.Event
final case class Event[F[_], S, M](`type`: String, phase: EventPhase, stopPropagation: Boolean, effect: Access[F, S, M] => F[Unit]) extends Binding[F, S, M]

Attributes

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product