map

inline fun <T, R> ViceLoadable<T>.map(mapper: (T) -> ViceLoadable<R>): ViceLoadable<R>