| edu.rice.cs.util.Lambda
Lambda | public interface Lambda (Code) | | This lambda interface is a generic version of the scheme lambda.
It is meant to be instantiated anonymously within methods to exploit
the closure of the method and abstract pieces of code.
|
Method Summary | |
public Out | apply(In param) |
apply | public Out apply(In param)(Code) | | Runs the desired code given the parameter specified
|
|
|