JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.apollographql.apollo.api.internal
Interface Function<T,R>
public interface
Function<T,R>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
apply
(
T
t)
Apply some calculation to the input value and return some other value.
Method Detail
apply
@NotNull
R
apply(@NotNull
T
t)
Apply some calculation to the input value and return some other value.
Parameters:
t
- the input value
Returns:
the output value
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method