toggle menu
kstatemachine
0.33.0
common
switch theme
search in API
kstatemachine
/
ru.nsk.kstatemachine.event
/
EventMatcher
Event
Matcher
interface
EventMatcher
<
E
:
Event
>
Adds an ability to select who
Transition
matches
Event
subclass
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
event
Class
Link copied to clipboard
abstract
val
eventClass
:
KClass
<
E
>
Functions
match
Link copied to clipboard
abstract
suspend
fun
match
(
value
:
Event
)
:
Boolean