org.lambda.actions.Action0WithException Maven / Gradle / Ivy
package org.lambda.actions;
public interface Action0WithException
{
public void call() throws Throwable;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package org.lambda.actions;
public interface Action0WithException
{
public void call() throws Throwable;
}