JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jboss.weld.util
Interface Function<T,R>
Type Parameters:
T
-
R
-
All Known Implementing Classes:
AbstractTypeSafeBeanResolver.BeanDisambiguation
,
Transform
public interface
Function<T,R>
Backport of Guava/JDK8 function.
Author:
Martin Kouba
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
apply
(
T
t)
Applies the function to the argument and returns the result.
Method Detail
apply
R
apply(
T
t)
Applies the function to the argument and returns the result.
Parameters:
t
-
Returns:
the result
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2017. All rights reserved.