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

com.robertboothby.utilities.lambda.SupplierWithException Maven / Gradle / Ivy

Go to download

This project contains an Abstract Mojo that provides the foundation for Maven plugins that wish to produce files using Freemarker templates.

There is a newer version: 0.2.0
Show newest version
package com.robertboothby.utilities.lambda;

@FunctionalInterface
public interface SupplierWithException {

    public T get() throws E;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy