is there a easy way to auto complete a interface b...
# announcements
a
is there a easy way to auto complete a interface being used? for example you want to do
instance.func(interface)
that needs a implementation of a multi function interface (like `Subscribe`r that has
onNext
and
onError
).I currently write object : Subscriber ... by hand