Package hudson.util
Interface Function1<R,P1>
-
public interface Function1<R,P1>
Unary functiony=f(x)
.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
call(P1 param1)
-