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

com.github.t3t5u.common.util.Procedure Maven / Gradle / Ivy

The newest version!
package com.github.t3t5u.common.util;

public interface Procedure {
	void proceed(T input);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy