All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.freya02.botcommands.api.pagination.transformer.EntryTransformer Maven / Gradle / Ivy

package com.freya02.botcommands.api.pagination.transformer;

/**
 * Interface to transform pagination entries into strings
 *
 * @param  Type of the pagination entry
 */
public interface EntryTransformer {
	String toString(T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy