interface SingleFieldUpdater<STORAGE> extends FieldUpdater
abstract boolean
remove(STORAGE value)
abstract void
replace(STORAGE removed, STORAGE added)
set(STORAGE value)
interface FieldUpdater
clear, update
Groovy Documentation