ProAct.Registry.StreamProvider.types Class
Defined in:
Module: proact-dsl
src/js/dsl/provider.js:283
An object containing all the available sub-types constructions of the managed by this class.
Item Index
Methods
Methods
debouncing
(
ProAct.DebouncingStream
protected
-
args
Parameters:
-
args
ArrayAn array of arguments - the first element of which is the delay of the stream to construct.
Returns:
ProAct.DebouncingStream:
An isntance of ProAct.DebouncingStream.
delayed
(
ProAct.DelayedStream
protected
-
args
Parameters:
-
args
ArrayAn array of arguments - the first element of which is the delay of the stream to construct.
Returns:
ProAct.DelayedStream:
An isntance of ProAct.DelayedStream.
size
(
ProAct.SizeBufferedStream
protected
-
args
Parameters:
-
args
ArrayAn array of arguments - the first element of which is the size of the stream to construct.
Returns:
ProAct.SizeBufferedStream:
An isntance of ProAct.SizeBufferedStream.
throttling
(
ProAct.ThrottlingStream
protected
-
args
Parameters:
-
args
ArrayAn array of arguments - the first element of which is the delay of the stream to construct.
Returns:
ProAct.ThrottlingStream:
An isntance of ProAct.ThrottlingStream.