CastPodListenableX<T> extension
- on
Methods
-
asChildPod<
TParent> () → ChildPod< TParent, T> -
Available on ValueListenable<
Casts the ValueListenable to a ChildPod.T> , provided by the CastPodListenableX extension -
asDisposablePod(
) → DisposablePod< T> -
Available on ValueListenable<
Casts the ValueListenable to a DisposablePod.T> , provided by the CastPodListenableX extension -
asGenericPod(
) → GenericPod< T> -
Available on ValueListenable<
Casts the ValueListenable to a GenericPod.T> , provided by the CastPodListenableX extension -
asPodDisposable(
) → DisposablePod< T> -
Available on ValueListenable<
T> , provided by the CastPodListenableX extension -
asProtectedPod(
) → ProtectedPod< T> -
Available on ValueListenable<
Casts the ValueListenable to a ProtectedPod.T> , provided by the CastPodListenableX extension -
asRootPod(
) → RootPod< T> -
Available on ValueListenable<
Casts the ValueListenable to a RootPod.T> , provided by the CastPodListenableX extension -
Available on ValueListenable<
Casts the ValueListenable to a SharedPod.T> , provided by the CastPodListenableX extension -
asValueListenable(
) → ValueListenable< T> -
Available on ValueListenable<
Returns the Pod as a ValueListenable.T> , provided by the CastPodListenableX extension