
public interface HjSuspendingProcedureInt2DArg
| Modifier and Type | Method and Description |
|---|---|
void |
apply(int arg1,
int arg2,
Object arg)
Apply the body of this function to the int arguments.
|
void apply(int arg1,
int arg2,
Object arg)
throws SuspendableException
arg1 - The first argument to the procedure.arg2 - The second argument to the procedure.SuspendableException - to mark that the body contains a suspendable condition.Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.