Interface UniqueValueSupplier

All Superinterfaces:
Supplier<String>
All Known Implementing Classes:
ConfigurableHierarchicalSupplier

public interface UniqueValueSupplier extends Supplier<String>
A Supplier interface that guarantees the uniqueness of its provided values.
Author:
acoburn
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get