Interface Consumer<T>


public interface Consumer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • consume

      void consume(T t)