Interface Consumer<T>


public interface Consumer<T>
  • Method Summary

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

    • accept

      void accept(T t)