Interface TriConsumer<T,U,R>


public interface TriConsumer<T,U,R>
  • Method Summary

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

    • accept

      void accept(T t, U u, R r)