graphql.nadel.enginekt.util.Aliases.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nadel-engine-nextgen Show documentation
Show all versions of nadel-engine-nextgen Show documentation
Nadel is a Java library that combines multiple GrahpQL services together into one API.
The newest version!
package graphql.nadel.enginekt.util
typealias AnyMap = Map<*, *>
typealias AnyMapEntry = Map.Entry<*, *>
typealias JsonMap = Map
typealias MutableJsonMap = MutableMap
typealias JsonMapEntry = Map.Entry
typealias AnyMutableMap = MutableMap<*, *>
typealias AnyList = List<*>
typealias AnySet = Set<*>
typealias AnyMutableList = MutableList<*>
typealias AnyIterable = Iterable<*>