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

org.onetwo.common.utils.func.Closure1 Maven / Gradle / Ivy

There is a newer version: 5.2.7
Show newest version
package org.onetwo.common.utils.func;

public interface Closure1 {

	public void execute(T obj);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy