Package com.emc.mongoose.base.config
Interface ConstantValueInput<T>
-
- Type Parameters:
T-
- All Superinterfaces:
java.lang.AutoCloseable,com.github.akurilov.commons.io.Input<T>,java.util.function.Supplier<T>
- All Known Implementing Classes:
ConstantValueInputImpl
public interface ConstantValueInput<T> extends com.github.akurilov.commons.io.Input<T>A marker interface notifying that the given input retuns the same value always.