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.
    • Field Summary

      • Fields inherited from interface com.github.akurilov.commons.io.Input

        DELIMITER
    • Method Summary

      • Methods inherited from interface java.lang.AutoCloseable

        close
      • Methods inherited from interface com.github.akurilov.commons.io.Input

        get, get, reset, skip