public interface IItemIterable extends java.lang.Iterable<IItem>
Iterator
over IItem
where all items are of the same type.Modifier and Type | Method and Description |
---|---|
IItemIterable |
apply(IPredicate<IItem> predicate)
Creates a new item iterable with all items in this iterable that pass through the filter.
|
long |
getItemCount() |
IType<IItem> |
getType() |
boolean |
hasItems() |
boolean hasItems()
long getItemCount()
IItemIterable apply(IPredicate<IItem> predicate)
predicate
- the predicate to use when selecting items for the new collection