Interface ICountrySelector<TOperations>

All Known Subinterfaces:
ICountryValidationRulesCollection
All Known Implementing Classes:
CountryValidationRulesCollectionOperations, OfferCategoryCountrySelector, OfferCountrySelector

public interface ICountrySelector<TOperations>
Returns operations interfaces based on the given country.
  • Method Summary

    Modifier and Type Method Description
    TOperations byCountry​(String country)
    Customizes operations based on the given country.
  • Method Details

    • byCountry

      TOperations byCountry​(String country)
      Customizes operations based on the given country.
      Parameters:
      country - The country to be used by the returned operations.
      Returns:
      An operations interface customized for the provided country.