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

com.g2forge.gearbox.functional.control.IExplicitArgumentHandler Maven / Gradle / Ivy

The newest version!
package com.g2forge.gearbox.functional.control;

import com.g2forge.alexandria.java.function.IConsumer2;

public interface IExplicitArgumentHandler extends IConsumer2 {
	public void accept(IArgumentContext context, Object argument);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy