Package io.camunda.zeebe.msgpack.value
Interface ValueArray<T>
-
- All Superinterfaces:
Iterable<T>
- All Known Implementing Classes:
ArrayProperty
public interface ValueArray<T> extends Iterable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tadd()-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
add
T add()
-
-