com.r3corda.core / java.util.concurrent.Future / map

map

infix fun <F, T> Future<F>.map(mapper: (F) -> T): Future<T>