org.lambda.actions.Action5WithException Maven / Gradle / Ivy
The newest version!
package org.lambda.actions;
public interface Action5WithException
{
public void call(In1 a, In2 b, In3 c, In4 d, In5 e) throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy