OwnerBuildingNameGenerator constructor
Implementation
OwnerBuildingNameGenerator(String ownerName, String locationType)
: super(
ListBatchGenerator(_generatorsTemplate(ownerName, locationType)),
(results) => titledEach(results.join(" ")),
);