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 Operation<T>
Type Parameters:
T
- the type of objects processed by the operation.
All Known Implementing Classes:
ContextOperationAdaptor
,
LinearResampler
,
ListOperation
public interface
Operation
<T>
An interface for defining an operation that can be applied to an object.
Author:
Jonathon Hare (jsh2@ecs.soton.ac.uk)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
perform
(
T
object)
Perform the operation on the given object.
Method Detail
perform
void
perform
(
T
object)
Perform the operation on the given object.
Parameters:
object
- the object.
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