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

io.virtdata.api.Named Maven / Gradle / Ivy

There is a newer version: 2.12.15
Show newest version
package io.virtdata.api;

public interface Named {
    /**
     * 

Return the name for this function library implementation.

* * @return Simple lower-case canonical library name */ String getName(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy