cc.factorie.db.mongo.MongoCubbieCollection
A wrapper around a mongodb database iterator. On each call of next it converts the given document to a cubbie.
the underyling raw database iterator.
(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
collect
toSeq
(Since version 2.10.0) use fold instead
A wrapper around a mongodb database iterator. On each call of next it converts the given document to a cubbie.