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

com.github.skjolber.stcsv.column.tri.ObjDoubleTriConsumer Maven / Gradle / Ivy

There is a newer version: 1.0.25
Show newest version
package com.github.skjolber.stcsv.column.tri;

@FunctionalInterface
public interface ObjDoubleTriConsumer {

    /**
     * Performs this operation on the given arguments.
     *
     * @param t the first input argument
	 * @param intermediate intermediate helper / processor
     * @param value the second input argument
     */
    void accept(T t, I intermediate, double value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy