public interface Procedure<T>
extends java.io.Serializable
Serializable
is needed to be able to grab line number for Java 8 lambdas.Modifier and Type | Method and Description |
---|---|
void |
apply(T param) |
void apply(T param) throws java.lang.Exception
java.lang.Exception