ICountrySelector<TOperations> Interface
Type Parameters
- TOperations
public interface ICountrySelector<TOperations>
Returns operations interfaces based on the given country.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract TOperations |
byCountry(String country)
Customizes operations based on the given country. |
Method Details
byCountry
public abstract 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.