CastPodListenableX<T> extension

on

Methods

asChildPod<TParent>() ChildPod<TParent, T>

Available on ValueListenable<T>, provided by the CastPodListenableX extension

Casts the ValueListenable to a ChildPod.
asDisposablePod() DisposablePod<T>

Available on ValueListenable<T>, provided by the CastPodListenableX extension

Casts the ValueListenable to a DisposablePod.
asGenericPod() GenericPod<T>

Available on ValueListenable<T>, provided by the CastPodListenableX extension

Casts the ValueListenable to a GenericPod.
asPodDisposable() DisposablePod<T>

Available on ValueListenable<T>, provided by the CastPodListenableX extension

asProtectedPod() ProtectedPod<T>

Available on ValueListenable<T>, provided by the CastPodListenableX extension

Casts the ValueListenable to a ProtectedPod.
asRootPod() RootPod<T>

Available on ValueListenable<T>, provided by the CastPodListenableX extension

Casts the ValueListenable to a RootPod.
asSharedPod<TRawValue>() SharedPod<T, TRawValue>

Available on ValueListenable<T>, provided by the CastPodListenableX extension

Casts the ValueListenable to a SharedPod.
asValueListenable() ValueListenable<T>

Available on ValueListenable<T>, provided by the CastPodListenableX extension

Returns the Pod as a ValueListenable.