Interface IntegerSetting

All Superinterfaces:
Setting<Integer>, Supplier<Integer>
All Known Implementing Classes:
ConstantIntegerSetting, IntegerCachedSetting

public interface IntegerSetting
extends Setting<Integer>