Interface UniqueValueSupplier
-
- All Known Implementing Classes:
ConfigurableHierarchicalSupplier
public interface UniqueValueSupplier extends Supplier<String>
ASupplier
interface that guarantees the uniqueness of its provided values.- Author:
- acoburn