public interface BatchesCompleted
| Modifier and Type | Field and Description |
|---|---|
static long |
VENUE_ID_NULL_VALUE |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchCount()
Count of Batch objects
|
java.util.Iterator<Batch> |
getBatchIterator()
No object creation
|
java.util.stream.Stream<Batch> |
getBatchStream()
Creates a Stream object.
|
long |
getVenueID()
Id of the venue which completed the batch
|
long getVenueID()
java.util.stream.Stream<Batch> getBatchStream()
int getBatchCount()
java.util.Iterator<Batch> getBatchIterator()