JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
hudson.util
Interface Function1<R,
P1>
public interface
Function1<R,
P1>
Unary function
y=f(x)
.
Author:
Kohsuke Kawaguchi
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
call
(
P1
param1)
Method Details
call
R
call
(
P1
param1)