FutureValueAtomWithParentExtension<A, Parent extends Atom> extension

on

Methods

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