All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.longdt.vertxorm.util.QuadConsumer Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
package com.github.longdt.vertxorm.util;

public interface QuadConsumer {

    /**
     * Performs this operation on the given arguments.
     *
     * @param t the first input argument
     * @param u the second input argument
     * @param v the third input argument
     * @param k the 4th input argument
     */
    void accept(T t, U u, V v, K k);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy