Interface SdkIterable<T>
- Type Parameters:
T- the type of elements returned by the iterator
- All Superinterfaces:
Iterable<T>
- All Known Implementing Classes:
PaginatedItemsIterable
A custom iterable used in paginated responses.
This interface has a default stream() method which creates a stream from
spliterator method.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
stream
-