clojure.lang
Class TransformerIterator

java.lang.Object
  extended by clojure.lang.TransformerIterator
All Implemented Interfaces:
Iterator

public class TransformerIterator
extends Object
implements Iterator


Method Summary
static Iterator create(IFn xform, Iterator source)
           
static Iterator createMulti(IFn xform, List sources)
           
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static Iterator create(IFn xform,
                              Iterator source)

createMulti

public static Iterator createMulti(IFn xform,
                                   List sources)

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator


Copyright © 2016. All Rights Reserved.