Package | Description |
---|---|
org.apache.jena.atlas.iterator |
Modifier and Type | Class and Description |
---|---|
class |
ActionCount<T> |
class |
ActionNothing<T> |
class |
ActionPrint<T extends Printable> |
Modifier and Type | Method and Description |
---|---|
void |
Iter.apply(Action<T> action) |
static <T> void |
Iter.apply(Iterable<? extends T> stream,
Action<T> action) |
static <T> void |
Iter.apply(Iterator<? extends T> stream,
Action<T> action) |
Iter<T> |
Iter.operate(Action<T> action)
Apply an action to everything in the stream, yielding a stream of the same items
|
static <T> Iterator<T> |
Iter.operate(Iterable<? extends T> stream,
Action<T> converter)
Apply an action to everything in stream, yielding a stream of the same items
|
static <T> Iterator<T> |
Iter.operate(Iterator<? extends T> stream,
Action<T> action)
Apply an action to everything in stream, yielding a stream of the same items
|
Licenced under the Apache License, Version 2.0