CollectionPaginate<R, T extends Serializable> class abstract

Get a number of Documents from the Collection

/// R: should return a T or some subset, i.e. Either<Failure, T>

Implementers

Constructors

CollectionPaginate()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paginate(Chunk<T> chunk) Future<R>
Get a number of Documents from the Collection specified by the chunk
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited