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

io.polaris.core.function.ExecutableWithArgs3 Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package io.polaris.core.function;

/**
 * @author Qt
 * @since 1.8
 */
@FunctionalInterface
public interface ExecutableWithArgs3 {

	void execute(A a, B b, C c) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy