ScopeFunctionExtFuture<T> extension

on

Methods

also(FutureOr<void> block(T it)) Future<T>

Available on Future<T>, provided by the ScopeFunctionExtFuture extension

let<R>(FutureOr<R> block(T it)) Future<R>

Available on Future<T>, provided by the ScopeFunctionExtFuture extension