Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rethinkdb-orm
v5.0.2
RethinkDB
Connection
RethinkORM
AssociationCollection
Associations
Base
Changefeed
Change
Event
Raw
Collection
Connection
Error
ChangefeedClosed
ConnectError
DatabaseError
DocumentExists
DocumentInvalid
DocumentNotFound
DocumentNotSaved
LockInvalidOp
LockLost
LockUnavailable
IdGenerator
Index
Lock
Reentrant
Persistence
Queries
HasChanges
R
Settings
HabitatSettings
Table
Timestamps
Validators
Built with Crystal 1.9.2
2023-10-08 02:19:30 UTC
class
RethinkORM::Collection(T)
RethinkORM::Collection(T)
Reference
Object
Included Modules
Enumerable(T)
Defined in:
rethinkdb-orm/utils/collection.cr
Constructors
.new
(iterator : Iterator(RethinkDB::QueryResult) | RethinkDB::QueryResult)
Instance Method Summary
#each
(*args, **options)
#each
(*args, **options, &)
Constructor Detail
def self.
new
(iterator : Iterator(RethinkDB::QueryResult) | RethinkDB::QueryResult)
#
[
View source
]
Instance Method Detail
def
each
(*args, **options)
#
[
View source
]
def
each
(*args, **options, &)
#
[
View source
]