JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
java.util.function
Function
Contents
Description
Method Summary
Method Details
apply(T)
Hide sidebar
Show sidebar
Interface Function<
T
,
R
>
All Known Subinterfaces:
UnaryOperator
<T>
public interface
Function<T,
R>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
apply
(
T
t)
Method Details
apply
R
apply
(
T
t)