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

com.tinkerpop.gremlin.util.function.ThrowingBiConsumer Maven / Gradle / Ivy

package com.tinkerpop.gremlin.util.function;

/**
 * @author Stephen Mallette (http://stephen.genoprime.com)
 */
@FunctionalInterface
public interface ThrowingBiConsumer {
    public void accept(final A a, final B b) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy