public abstract class InputFunction<I>
extends java.lang.Object
Constructor and Description |
---|
InputFunction() |
Modifier and Type | Method and Description |
---|---|
abstract void |
call(I input) |
public abstract void call(I input) throws java.lang.Exception
java.lang.Exception