transmuter.feed documentation

-extend-feed

(-extend-feed klass f)

-iterable-feed

(-iterable-feed this)

-iterator-feed

(-iterator-feed iter)

-seq-feed

(-seq-feed s)

-seqable-feed

(-seqable-feed coll)

>feed

(>feed this)
Create a feed from the given input source. A feed is a
procedure, which either returns the next value from the source,
guard/vacuum when a new value is not yet available or guard/void
if the input source is exhausted.

Source