Package hudson.util

Interface Function1<R,​P1>


  • public interface Function1<R,​P1>
    Unary function y=f(x).
    Author:
    Kohsuke Kawaguchi
    • Method Detail

      • call

        R call​(P1 param1)