Class OperatorDoOnSubscribe<T>

    • Constructor Detail

      • OperatorDoOnSubscribe

        public OperatorDoOnSubscribe(Action0 subscribe)
        Constructs an instance of the operator with the callback that gets invoked when the modified Observable is subscribed
        Parameters:
        subscribe - the action that gets invoked when the modified Observable is subscribed