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

io.github.qudtlib.nodedef.SettableBuilder Maven / Gradle / Ivy

There is a newer version: 6.7.0
Show newest version
package io.github.qudtlib.nodedef;

public interface SettableBuilder extends Builder {
    void setProduct(T product);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy