org.openjena.atlas.iterator
Interface Action<T>

All Known Implementing Classes:
ActionCount, ActionNothing, ActionPrint

public interface Action<T>


Method Summary
 void apply(T item)
           
 

Method Detail

apply

void apply(T item)


Licenced under the Apache License, Version 2.0