Interface Consumer<T>


public interface Consumer<T>
Created by wenshao on 20/06/2017.
  • Method Summary

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

    • accept

      void accept(T t)