AtomExtension<A> extension

on

Methods

filter(bool predicate(A value)) AtomWithParent<FutureValue<A>, Atom<A>>
Create a derived atom, that filters the values using the given predicate.
select<B>(B f(A value)) AtomWithParent<B, Atom<A>>
Create a derived atom, that transforms an atoms value using the given function f.