PodExtension<T> extension

Pod extension.

on

Methods

filter(bool predicate(T value)) PodFuture<Pod<T>, AsyncValue<T>>
Create a derived pod, that filters the values using the given predicate.
select<B>(B cb(T value)) PodNotifier<Pod<T>, B>
Create a derived pod, that transforms a pod's value using the given function cb.