JavaScript is disabled on your browser.
Skip navigation links
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 Function<IN,OUT>
Type Parameters:
IN
- the type of the input to the function.
OUT
- the type of the result.
All Known Subinterfaces:
Kernel
<T>,
SpectralClusteringConf.ClustererProvider
<DATATYPE>,
VectorKernel
All Known Implementing Classes:
AestheticodeDetector
,
CombinedMetaPayloadFunction
,
CombinedStreamFunction
,
ContextFunctionAdaptor
,
ContextGenerator
,
ContextListFilter
,
ContextListFunction
,
ContextListTransform
,
ContextListTransformFunction
,
ContextRealTimeWindowFunction
,
ContextTransform
,
DoGSiftFeatureExtractor
,
DoubleFVSimilarityFunction
,
DSiftFeatureExtractor
,
GMMFromFeatures
,
GramSchmidtProcess
,
LinearResampler
,
LinearVectorKernel
,
ListFilter
,
ListFunction
,
NormalisedSimilarityDoubleClustererWrapper
,
RBFSimilarityDoubleClustererWrapper
,
RealTimeWindowFunction
,
SequentialStreamAggregator
,
SpectralClusteringConf.DefaultClustererFunction
,
VLADIndexerDataBuilder.StandardPostProcesses
,
WindowAverage
,
WindowFilter
,
WindowFunction
public interface
Function
<IN,OUT>
Apply a function to some input, producing an appropriate result.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
OUT
apply
(
IN
in)
Apply the function to the input argument and return the result.
Method Detail
apply
OUT
apply
(
IN
in)
Apply the function to the input argument and return the result.
Parameters:
in
- the input object
Returns:
the result of the function
Skip navigation links
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