Interface TsiFrameProtector.Consumer<T>

  • Enclosing interface:
    TsiFrameProtector

    public static interface TsiFrameProtector.Consumer<T>
    A mirror of java.util.function.Consumer without the Java 8 dependency.
    • Method Detail

      • accept

        void accept​(T t)