ReactiveAll<T> extension

Extension on all types to quickly create a Reactive wrapper.

on
  • T

Properties

rx Reactive<T>

Available on T, provided by the ReactiveAll extension

Converts any value into a Reactive<T> instance.
no setter
rxNonStrict Reactive<T>

Available on T, provided by the ReactiveAll extension

Creates a non-strict Reactive wrapper for this value.
no setter