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 Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t)
     
  • Method Details

    • accept

      void accept(T t)