FutureCast<T> extension

Provides a cast extension method on Future.

on

Methods

cast<R>() Future<R>

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

Casts a Future<T> to a Future<R>.