Interface RunWithParam<T>

All Known Implementing Classes:
SubscriptionBuilder.ActionObserver.SchedulerRunOnChange, SubscriptionBuilder.ActionObserver.SchedulerRunOnError

@Internal public interface RunWithParam<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(T param)
     
  • Method Details

    • run

      void run(T param)