Closed yim-lee closed 4 years ago
Motivation: The onNext and onComplete callbacks look awkward at times when they are stored/used outside of subscribe.
onNext
onComplete
subscribe
Modifications: Rename internal parameters and properties to nextResultHandler and completionHandler instead.
nextResultHandler
completionHandler
Motivation: The
onNext
andonComplete
callbacks look awkward at times when they are stored/used outside ofsubscribe
.Modifications: Rename internal parameters and properties to
nextResultHandler
andcompletionHandler
instead.