EntryTransformer

fun interface EntryTransformer<in T>(source)

Interface to transform pagination entries into strings

Parameters

T

Type of the pagination entry

Inheritors

Functions

Link copied to clipboard
abstract fun toString(entry: T): String