getFirstZonesWithAnyArea

fun getFirstZonesWithAnyArea(areas: Set<VehicleArea>): Set<VehicleZone<A>>?

Returns the Set of the first VehicleZones that contain any of the given areas.

Return

The Set of the first VehicleZones that contain any of the given areas, null if none of the areas belong to a VehicleZone.

Parameters

areas

The set of VehicleAreas to get the zones for.