Fob.Cursor (Fob v0.3.0) View Source
TODO
Link to this section Summary
Link to this section Types
Specs
t() :: %Fob.Cursor{ page_breaks: Fob.page_breaks(), page_size: pos_integer(), query: Ecto.Query.t(), repo: Ecto.Repo.t() }
Link to this section Functions
Specs
new(Ecto.Queryable.t(), Ecto.Repo.t(), Fob.page_breaks(), pos_integer()) :: t()
Specs
Specs
split(cursor :: t(), count :: non_neg_integer()) :: {records :: [map()], cursor :: t()}