Join Slack
Communities
Powered by
Is it possible to define a property to adhere to m...
# getting-started
s
steverichey
05/05/2016, 8:34 PM
Is it possible to define a property to adhere to multiple interfaces? Something like
var drawables: MutableList<Drawable, Disposable>
where
Drawable
and
Disposable
are both interfaces?
Open in Slack
Previous
Next