hudson.util
Interface Function1<R,P1>


public interface Function1<R,P1>

Unary function y=f(x).

Author:
Kohsuke Kawaguchi

Method Summary
 R call(P1 param1)
           
 

Method Detail

call

R call(P1 param1)


Copyright © 2004-2013. All Rights Reserved.