Interface ObjectArrayValue<ObjectType>

All Superinterfaces:
Subscribable, Supplier<ObjectType[]>, Value<ObjectValueChangedCallback<ObjectType[]>>
All Known Subinterfaces:
PlayingNoteArrayValue, SettableStringArrayValue, StringArrayValue

public interface ObjectArrayValue<ObjectType> extends Value<ObjectValueChangedCallback<ObjectType[]>>, Supplier<ObjectType[]>
Since:
API version 2
  • Method Details

    • get

      ObjectType[] get()
      Specified by:
      get in interface Supplier<ObjectType>
      Since:
      API version 2
    • get

      default ObjectType get(int index)
      Since:
      API version 2
    • isEmpty

      default boolean isEmpty()
      Since:
      API version 7