JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
hera.api.function
Interface Function1<T,R>
All Superinterfaces:
Function
<R>
All Known Implementing Classes:
Function1WithIdentity
,
ManagedChannelFactory
public interface
Function1<T,R>
extends
Function
<R>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
apply
(
T
t)
Applies this function to the given argument.
Method Detail
apply
R
apply(
T
t)
Applies this function to the given argument.
Parameters:
t
- the function argument
Returns:
the function result
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method