JavaScript is disabled on your browser.
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.boon.core
Interface Function<T,R>
All Known Implementing Classes:
IO.ConvertToPathFunction
public interface
Function<T,R>
Place holder or JDK 1.8 Function
Method Summary
Methods
Modifier and Type
Method and Description
R
apply
(
T
t)
Compute the result of applying the function to the input argument
Method Detail
apply
R
apply(
T
t)
Compute the result of applying the function to the input argument
Parameters:
t
- the input object
Returns:
the function result
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 © 2014. All rights reserved.