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

com.reprezen.genflow.openapi3.doc.MiscHelper.xtend Maven / Gradle / Ivy

package com.reprezen.genflow.openapi3.doc

import java.util.Collection
import java.util.Map

class MiscHelper implements Helper {

	extension AttributeHelper attributeHelper

	override init() {
		this.attributeHelper = HelperHelper.attributeHelper
	}

	def  sortByPosition(Collection keys, Map map) {
		keys.sortBy[map.get(it)?.RZVE?.position ?: Integer::MAX_VALUE]
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy