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

com.github.markozajc.ef.runnable.except.all.AERunnable Maven / Gradle / Ivy

package com.github.markozajc.ef.runnable.except.all;

import com.github.markozajc.ef.runnable.except.ERunnable;

/**
 * Variant of {@link Runnable} capable of throwing an {@link Exception}.
 *
 * @author Marko Zajc
 */
@FunctionalInterface
public interface AERunnable extends ERunnable {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy