https://kotlinlang.org logo
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
?