interface MultiFieldUpdater<STORAGE> extends FieldUpdater
abstract void
add(STORAGE[] values)
abstract boolean
remove(STORAGE[] values)
replace(STORAGE removed, STORAGE added)
set(STORAGE[] values)
interface FieldUpdater
clear, update
Groovy Documentation