retainAll

open fun retainAll(elements: Collection<Entity>): Boolean

Retains all the entities of a Collection in the SpatialViewEntityCollection.

Return

true if the SpatialViewEntityCollection retains all the entity instances of the collection.

Parameters

elements

The collection of entity instances to be retained.