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