no.gorandalum.fluentresult.CheckedRunnable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-result Show documentation
Show all versions of fluent-result Show documentation
A result library helping you get rid of your exceptions, handling errors in a more fluent way.
package no.gorandalum.fluentresult;
@FunctionalInterface
public interface CheckedRunnable {
void run() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy