Returns the lines of text from rdr as a lazy sequence of strings. rdr must implement java.io.BufferedReader.
Takes a body of expressions that returns an ISeq or nil, and yields a Seqable object that will invoke the body only the first time seq is called, and will cache the result and return it on all subsequent seq calls. See also - realized?
A tree seq on java.io.Files
Returns true if coll implements Sequential
Returns a seq on a java.util.Iterator. Note that most collections providing iterators implement Iterable and thus support seq directly. Seqs cache values, thus iterator-seq should not be used on any iterator that repeatedly returns the same mutable object.
Creates and returns a lazy sequence of structmaps corresponding to the rows in the java.sql.ResultSet rs
Returns a seq on a java.util.Enumeration