-
Notifications
You must be signed in to change notification settings - Fork 8
Documentation Format
richardszalay edited this page Sep 14, 2010
·
9 revisions
Documentation for all operators (methods that involve rx.IObservable) contain the following sections.
Gives a one line overview, the signature of the method and a description of any arguments that are not self explanatory (like the expect method signatures of any Function arguments).
Unless otherwise specified, operators with a static
method signatures are static methods of the rx.Observable
class; operators with an instance method signature are method of the rx.IObservable
interface.
Provides an overview of how the operator works, including situations that will cause it to complete or error.
TODO
TODO
TODO