public class CategoryAttributesIterable extends Object implements Iterable<CategoryAttribute>
Iterable
of CategoryPath
objects
into an Iterable
of CategoryAttribute
objects, which can be
used to construct a CategoryAttributesStream
.Constructor and Description |
---|
CategoryAttributesIterable(Iterable<CategoryPath> inputIterable) |
public CategoryAttributesIterable(Iterable<CategoryPath> inputIterable)
public Iterator<CategoryAttribute> iterator()
iterator
in interface Iterable<CategoryAttribute>