Join Slack
Powered by
How does it work? If I `subscribe<MyEvent<St...
# tornadofx
v
ValV
10/05/2018, 1:14 AM
How does it work? If I
subscribe<MyEvent<String>>
, but from the other place cast
fire(MyEvent<Integer>())
, should not that first
subscribe
filter only events with parameter type
String
?
Open in Slack
Previous
Next