methodsToPages

fun methodsToPages(namespace: Namespace, mappings: MappingsContainer, methods: List<MemberEntry<Method>>, mapDescriptors: Boolean = true): List<Pair<String, String>>
fun methodsToPages(namespace: Namespace, mappings: MappingsContainer, queryResult: QueryResult<MappingsContainer, MethodResultList>, mapDescriptors: Boolean = true): <Error class: unknown class>

Given a set of result methods, format them into a list of pages for the paginator.