how to use kotlin sealed classes in java/Rxjava
# announcements
m
how to use kotlin sealed classes in java/Rxjava
t
What do you mean by "using a sealed class" in Java ? Sealed class are compiled to an abstract class, you can instantiate its implementations as usual.
m
ok, with Rxjava .. updated my question
p
@Mohamed Ibrahim If you can instantiate it like @tseisel said, then what prevents you to use it ?
m
thank u guys it was simple