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