toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
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