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

com.github.dmgcodevil.jmspy.functional.Producer Maven / Gradle / Ivy

package com.github.dmgcodevil.jmspy.functional;

/**
 * Functional interface is used to create an objects.
 *
 * @author dmgcodevil
 */
public interface Producer {

    /**
     * Creates new object with type .
     *
     * @return new object with type .
     */
    T produce();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy