bind method

dynamic bind(
  1. ReactiveBuilderDelegate<T> builder
)

Implementation

bind(ReactiveBuilderDelegate<T> builder) =>
    ReactiveBuilder<T>(reactive: this, builder: builder);