Join Slack
Powered by
Why have two cases at all then? `class Response<...
# announcements
d
diesieben07
02/12/2018, 10:19 AM
Why have two cases at all then?
class Response<out T>(val payload: T?, val errors: List<SomeErrorClass>)
➕ 1
3
Views
Open in Slack
Previous
Next