Interface BiConsumer<T,​U>


public interface BiConsumer<T,​U>
  • Method Summary

    Modifier and Type Method Description
    void accept​(T t, U u)  
  • Method Details

    • accept

      void accept​(T t, U u)