If specified, function is called repeatedly with this delay
Laziness
If true, no automatic calling of function will happen, it will only be executed if the reactive gets a ping When this is set, 'interval' is ignored. 'maximumRepeats' and 'predelay' still apply. Default: false
If specified, sets an upper limit of how many times we loop (if this is also enabled)
If specified, a time before invoking function.
If repeat
is used, this is in addition to interval
time.
If specified, signal is checked to prevent function execution. Also used for aborting a looped fromFunction.
If true, stream closes if function throws an error. If false, errors are emitted as signals, but stream is not closed. Default: true