Interface MutableListProperty<T>

All Superinterfaces:
ListProperty<T>, MutableProperty<T[]>, Property<T[]>
All Known Implementing Classes:
AbstractMutableListProperty, SimpleListProperty

public interface MutableListProperty<T> extends ListProperty<T>, MutableProperty<T[]>
  • Method Details

    • append

      void append(T value)