Class SimpleGroupValue<T>

    • Constructor Detail

      • SimpleGroupValue

        @SafeVarargs
        public SimpleGroupValue​(IValue<T>... values)
        Creates a new instance.
    • Method Detail

      • commit

        public void commit()
        Description copied from interface: IModel
        Commits the changes to the data model.
        Specified by:
        commit in interface IModel
        Overrides:
        commit in class Model
      • dispose

        public void dispose()
        Description copied from interface: IModel
        Disposes this model.
        Specified by:
        dispose in interface IModel
        Overrides:
        dispose in class Value<T>