apply

infix inline fun <T, R> ApiResult<T>.apply(block: T.() -> R): ApiResult<R>

Alias for map that takes this as a parameter