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

org.fluentlenium.adapter.TriConsumer Maven / Gradle / Ivy

package org.fluentlenium.adapter;

@FunctionalInterface
public interface TriConsumer {

    void accept(U arg1, V arg2, W arg3);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy