Class: Reactive::Observable::Wrapper

Inherits:
Composite show all
Defined in:
lib/Reactive/observable/wrapper.rb

Direct Known Subclasses

First, Grep, Map, Skip

Instance Method Summary collapse

Methods inherited from Composite

#fill_disposable_parent, #run

Methods inherited from Base

add_attributes, #first, #grep, #initialize, #map, #maybe_scheduler, #merge, #observer_args, observer_on_next, #push, #scheduler, #skip, #subscribe, #subscribe_observer

Constructor Details

This class inherits a constructor from Reactive::Observable::Base

Instance Method Details

#initial_subscriptionsObject



6
7
8
# File 'lib/Reactive/observable/wrapper.rb', line 6

def initial_subscriptions
  [@target]
end