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

berlin.yuna.survey.model.SupplierThrowable Maven / Gradle / Ivy

Go to download

Survey is a plain java library to provide a base for surveys / questionnaires. It also provides a function to generate diagrams and to measure answer times.

The newest version!
package berlin.yuna.survey.model;

@FunctionalInterface
public interface SupplierThrowable {

    /**
     * Gets a result.
     *
     * @return a result
     */
    T get() throws E;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy