JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.rice.pcdp
Interface ProcedureInt1D
public interface
ProcedureInt1D
An interface representing a function of 1 integer parameter.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
apply
(int arg1)
Apply the body of this function to the int argument.
Method Detail
apply
void apply(int arg1)
Apply the body of this function to the int argument.
Parameters:
arg1
- The first argument to the procedure.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method