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.openimaj.util.function
Interface MultiFunction<IN,OUT>
Type Parameters:
IN
- the type of the input to the function.
OUT
- the type of the result.
All Known Implementing Classes:
ImageFromURL
,
ImageSiteURLExtractor
,
SiteSpecificURLExtractor
,
TwitterURLExtractor
public interface
MultiFunction
<IN,OUT>
Apply a function to some input, producing zero or more appropriate results.
Method Summary
Methods
Modifier and Type
Method and Description
List
<
OUT
>
apply
(
IN
in)
Apply the function to the input argument and return the result(s).
Method Detail
apply
List
<
OUT
>
apply
(
IN
in)
Apply the function to the input argument and return the result(s).
Parameters:
in
- the input object
Returns:
the result(s) of applying the function.
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