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


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

    QuadConsumer interface.

    Version:
    $Id: $Id
    Author:
    Long Dinh
    • 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