FtrSuccessExt<S, E> extension
Extension methods for Future
Properties
-
data
→ Future<
S> -
Available on Future<
Asynchronously extracts the success data.Success< , provided by the FtrSuccessExt extensionS, E> >no setter
Methods
-
flat(
) → Future< (S, E?)> -
Available on Future<
Asynchronously flattens the successful result into a tuple.Success< , provided by the FtrSuccessExt extensionS, E> > -
map<
X extends Result> (X mapper(S data)) → Future< X> -
Available on Future<
Asynchronously transforms the success data using a mapper function.Success< , provided by the FtrSuccessExt extensionS, E> >