methodMatchesToPages

fun methodMatchesToPages(outputContainer: MappingsContainer, matches: List<Pair<MemberEntry<Method>, MemberEntry<Method>>>, locale: Locale): List<String>

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


val methodMatchesToPages: (MappingsContainer, Matches<MemberEntry<Method>>, Locale) -> List<String>

Convienence function for making code more generalized.