values

inline fun <T> Iterable<ApiResult<T>>.values(): List<T>

Returns a list of only successful values, discarding any errors