yafrl
Toggle table of contents
0.4-SNAPSHOT
common
Platform filter
common
Home
Documentation
Tutorials
GitHub
Switch theme
Search in API
yafrl
yafrl-core
/
io.github.yafrl
/
EventState
/
Fired
Fired
data
class
Fired
<
A
>
(
val
event
:
A
)
:
EventState
<
A
>
(
source
)
Members
Constructors
Fired
Link copied to clipboard
constructor
(
event
:
A
)
Properties
event
Link copied to clipboard
val
event
:
A
Functions
is
Fired
Link copied to clipboard
open
override
fun
isFired
(
)
:
Boolean
map
Link copied to clipboard
open
override
fun
<
B
>
map
(
f
:
(
A
)
->
B
)
:
EventState
<
B
>