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 Summary
Modifier and TypeMethodDescriptionget()default ObjectTypeget(int index) default booleanisEmpty()Methods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribeMethods inherited from interface com.bitwig.extension.controller.api.Value
addValueObserver, markInterested
-
Method Details
-
get
ObjectType[] get()- Specified by:
getin interfaceSupplier<ObjectType>- Since:
- API version 2
-
get
- Since:
- API version 2
-
isEmpty
default boolean isEmpty()- Since:
- API version 7
-