map

fun <I : Any, O : Any> PagingData<I>.map(transform: (I) -> O): PagingData<O>

Returns a PagingData containing the results of applying the given transform function to each element in the original list.