TransformItems

fun <B, T> TransformItems(baseItems: Items<B>, transform: suspend (B) -> T)