FutureValueAtomExtension<A> extension

on

Methods

asyncSelect<B>(B f(A value)) AtomWithParent<Future<B>, Atom<FutureValue<A>>>
Create a derived atom, that transforms an atoms value using the given function f.
rawSelect<B>(B f(FutureValue<A> value)) AtomWithParent<B, Atom<FutureValue<A>>>
Create a derived atom, that transforms an atoms value using the given function f.
select<B>(B f(A value)) AtomWithParent<FutureValue<B>, Atom<FutureValue<A>>>
Create a derived atom, that transforms an atoms value using the given function f.