JavaScript is disabled on your browser.
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
org.cyclos.utils
Interface Function<P,R>
public interface
Function<P,R>
A functional interface for one argument function
Author:
luis
Method Summary
Methods
Modifier and Type
Method and Description
R
apply
(
P
param)
Applies the function over the given parameter, returning the result
Method Detail
apply
R
apply(
P
param)
Applies the function over the given parameter, returning the result
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