Interface TriConsumer<T,U,V>


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

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

    • accept

      void accept(T t, U u, V v)