public interface HjSuspendingProcedureInt3D
Modifier and Type | Method and Description |
---|---|
void |
apply(int arg1,
int arg2,
int arg3)
Apply the body of this function to the int arguments.
|
void apply(int arg1, int arg2, int arg3) throws SuspendableException
arg1
- The first argument to the procedure.arg2
- The second argument to the procedure.arg3
- 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.