JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.github.andrewoma.dexx.collection
Function
Contents
Description
Method Summary
Method Details
invoke(P)
Hide sidebar
Show sidebar
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)