Detailed Description
A Callable implementation which stores an AspectEngine to be used by the Callable#call() method.
The Callable#call() method is left to be implemented anonymously when using this class.
Inheritance diagram for fiftyone.pipeline.engines.data.ProcessCallable:
Collaboration diagram for fiftyone.pipeline.engines.data.ProcessCallable:
Public Member Functions | |
| ProcessCallable (AspectEngine<? extends AspectData, ? extends AspectPropertyMetaData > engine) | |
| Construct a new instance. | |
Public Attributes | |
| final AspectEngine<? extends AspectData, ? extends AspectPropertyMetaData > | engine |
| The engine which is doing the processing. | |
Constructor & Destructor Documentation
◆ ProcessCallable()
| fiftyone.pipeline.engines.data.ProcessCallable.ProcessCallable | ( | AspectEngine<? extends AspectData, ? extends AspectPropertyMetaData > | engine | ) |
Construct a new instance.
- Parameters
-
engine the engine to make available to the Callable#call()method
