Uses of Class
io.permazen.change.MapFieldClear
-
Packages that use MapFieldClear Package Description io.permazen.change Classes passed to@OnChange
-annotated methods. -
-
Uses of MapFieldClear in io.permazen.change
Methods in io.permazen.change that return MapFieldClear Modifier and Type Method Description <T> MapFieldClear<T>
ChangeCopier. caseMapFieldClear(MapFieldClear<T> change)
Methods in io.permazen.change with parameters of type MapFieldClear Modifier and Type Method Description <T> R
ChangeAdapter. caseMapFieldClear(MapFieldClear<T> change)
Handle aMapFieldClear
event.<T> MapFieldClear<T>
ChangeCopier. caseMapFieldClear(MapFieldClear<T> change)
<T> R
ChangeSwitch. caseMapFieldClear(MapFieldClear<T> change)
Handle aMapFieldClear
event.
-