BotCommands
Toggle table of contents
3.0.0-beta.3
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-core
/
io.github.freya022.botcommands.api.pagination.menu.transformer
/
EntryTransformer
Entry
Transformer
fun
interface
EntryTransformer
<
in
T
>
(
source
)
Interface to transform pagination entries into strings
Parameters
T
Type of the pagination entry
Inheritors
IMentionableTransformer
StringTransformer
Members
Functions
to
String
Link copied to clipboard
abstract
fun
toString
(
entry
:
T
)
:
String