classMatchesToPages

fun classMatchesToPages(outputContainer: MappingsContainer, matches: List<Pair<Class, Class>>, locale: Locale): List<String>

Given a set of class mapping matches, format them into a list of pages for the paginator.


val classMatchesToPages: (MappingsContainer, Matches<Class>, Locale) -> List<String>

Convienence function for making code more generalized.