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
rtn ReactiveN<T>

Available on T, provided by the ReactiveAll extension

Extension to create a ReactiveN wrapper for any type.
no setter
rtnNonStrict ReactiveN<T>

Available on T, provided by the ReactiveAll extension

Creates a non-strict ReactiveN wrapper for this value.
no setter
rtNonStrict Reactive<T>

Available on T, provided by the ReactiveAll extension

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