Interface QuadConsumer<T,​U,​V,​K>


  • public interface QuadConsumer<T,​U,​V,​K>
    • Method Detail

      • accept

        void accept​(T t,
                    U u,
                    V v,
                    K k)
        Performs this operation on the given arguments.
        Parameters:
        t - the first input argument
        u - the second input argument
        v - the third input argument
        k - the 4th input argument