Interface NamedListChange<VIEWT,CHANGET extends VIEWT>

Type Parameters:
VIEWT - Type for the reading named list elements of this particular list.
CHANGET - Type for changing named list elements of this particular list.
All Superinterfaces:
Iterable<VIEWT>, NamedListView<VIEWT>

public interface NamedListChange<VIEWT,CHANGET extends VIEWT> extends NamedListView<VIEWT>
Closure parameter for ConfigurationTree.change(Consumer) method. Contains methods to modify named lists.