filter
Returns a GdxArray containing only elements matching the given predicate.
inline fun <Key, Value> GdxMap<Key, Value>.filter(predicate: (ObjectMap.Entry<Key, Value>) -> Boolean): GdxMap<Key, Value>
Returns a GdxMap containing only entries matching the given predicate.
Returns a GdxSet containing only elements matching the given predicate.