ReactiveAll<T> extension

Extension on all types to quickly create a Reactive wrapper.

on
  • T

Properties

rt Reactive<T>

Available on T, provided by the ReactiveAll extension

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

Available on T, provided by the ReactiveAll extension

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