Scrivener.Paginater.paginate
You're seeing just the function
paginate
, go back to Scrivener.Paginater module for more information.
Link to this function
paginate(pageable, config)
Specs
paginate(any(), Scrivener.Config.t()) :: Scrivener.Page.t()
The paginate function will be invoked with the item to paginate along with a Scrivener.Config
. It is expected to return a Scrivener.Page
.