modifyData

fun <T, S> QueryChunks<List<T>, S>.modifyData(match: (T) -> Boolean, edit: T.() -> T): QueryChunks<List<T>, S>

Modifies the data of all chunks that match the condition.