problem, in case anyone wonders why I need this, I...
# announcements
i
problem, in case anyone wonders why I need this, I’m using RxJava2 and have to return a “null” from an observable, but it isn’t allowed, I have to return something like
Object()
instead, so I thought about using an “either” type to not lose the type safety of the observable