Stream(T)
Inherits BaseStream < Reference < Object
Instance methods
Pumps objects from this stream to the returned stream when a receives an object, and stops pumping when b receives a value.
Calls func before pumping an object unchanged.
Pumps only those objects for which func returns false.
Pumps only those objects that do not match against
pattern (using ===).
Pumps an object transformed by func.
Pumps object to listening streams.
Pumps object to listening streams.
Pumps object to listening streams.
Subscribes listener to events in this stream.
Pumps only if the result of func over the pumped object
is not equal (==) to its previous result.
The first pumped object is always pumped.
Pumps only if the pumped object is not equal to the previous pumped object.
Un-subscribes listener from events in this stream.
Pumps only those objects for which func returns true.
Pumps only those objects that are of the given type.
Pumps only those objects that match against pattern
(using ===).