
T - The parameter type of the call.public interface HjProcedure<T>
| Modifier and Type | Method and Description |
|---|---|
void |
apply(T arg)
Apply the body of this function to the argument.
|
void apply(T arg)
arg - The argument to the procedure.Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.