map

open fun <V2> map(filter: (V) -> V2): Future<V2, E>

If the Future returns successfully, transform the result to another type.