
T - The parameter type of the call.public interface HjSuspendingProcedure<T>
| Modifier and Type | Method and Description |
|---|---|
void |
apply(T arg)
Apply the body of this function to the argument.
|
void apply(T arg) throws SuspendableException
arg - The 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.