Interface QuadConsumer<K, V, S, T>


public interface QuadConsumer<K,V,S,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept (K k, V v, S s, T t)
     
  • Method Details

    • accept

      void accept (K k, V v, S s, T t)