JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.github.andrewoma.dexx.collection
Interface Function<P,
R>
public interface
Function<P,
R>
A generic function interface that takes a single parameter.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
invoke
(
P
parameter)
Method Details
invoke
R
invoke
(
P
parameter)