FutureProg types

VehicleRoute Collection

type

PropertyReturn typeHelp
.any Boolean True if there are any items in the collection
.count Number The number of items in the collection
.empty Boolean True if the collection is empty
.first VehicleRoute The first item in the collection or null if empty
.last VehicleRoute The last item in the collection or null if empty
.reverse VehicleRoute Collection The collection in reverse order