Join Slack
Powered by
I would like to extend `BaseBuilder` defining a de...
# announcements
d
droidrcc
04/28/2018, 11:15 PM
I would like to extend
BaseBuilder
defining a default implementation for
onError()
and hide the
onError()
function to the caller
g
gildor
04/30/2018, 3:33 AM
Is that your own class? Just predefine onError and hide it from public API
gildor
04/30/2018, 3:33 AM
For external API you cannot hide onError without wrapping of all methods to your own API
3
Views
Open in Slack
Previous
Next