Join Slack
Powered by
Hey guys, can anyone help me compile this function...
# announcements
a
adeln
03/12/2016, 11:18 AM
Hey guys, can anyone help me compile this function without warnings?
Copy code
fun <T> Observable<T?>.dropNulls(): Observable<T> = filter { it != null } as Observable<T>
2
Views
Open in Slack
Previous
Next