fieldMatchesToPages

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

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


val fieldMatchesToPages: (MappingsContainer, Matches<MemberEntry<Field>>, Locale) -> List<String>

Convenience function for making code more generalized.