
T - The parameter type of the call.V - The return type of the call.public interface HjLambda<T,V>
| Modifier and Type | Method and Description |
|---|---|
V |
apply(T arg)
Executes the body of the function and returns the result.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.