FutureLeanExtensions<T> extension

Extension methods for Future.

on

Methods

tap(void action(T value)) Future<T>

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

Executes a function when the future completes successfully.