redrield
12/30/2017, 7:06 AMBehaviorSubject<Int?>
, but IntelliJ is insisting that I have to pass an Int to onNextmarcinmoskala
12/30/2017, 7:22 AM@NotNull
annotation before onNext
argument and this is why you have this problem.Andreas Sinz
12/30/2017, 8:04 AMOptional
redrield
12/30/2017, 8:06 AMPaul Woitaschek
12/30/2017, 12:06 PMdamian
12/30/2017, 12:58 PMnull
, in rxjava 2.x you can't pass null through streams by design (i assume youre using 2.x)