Uses of Interface
org.openjena.atlas.iterator.Action

Packages that use Action
org.openjena.atlas.iterator   
 

Uses of Action in org.openjena.atlas.iterator
 

Classes in org.openjena.atlas.iterator that implement Action
 class ActionCount<T>
           
 class ActionPrint<T extends Printable>
           
 

Methods in org.openjena.atlas.iterator with parameters of type Action
 void Iter.apply(Action<T> action)
           
static
<T> void
Iter.apply(java.lang.Iterable<? extends T> stream, Action<T> action)
           
static
<T> void
Iter.apply(java.util.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> java.util.Iterator<T>
Iter.operate(java.lang.Iterable<? extends T> stream, Action<T> converter)
          Apply an action to everything in stream, yielding a stream of the same items
static
<T> java.util.Iterator<T>
Iter.operate(java.util.Iterator<? extends T> stream, Action<T> action)
          Apply an action to everything in stream, yielding a stream of the same items
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.