def create(cls, form, domainsForSlots):
     """ generated source for method create """
     return CartesianSentenceFormDomain(form, ImmutableList.copyOf(Lists.transform(domainsForSlots, Function())))