Class DefaultProcessor<T>
- Namespace
- RisingV.Shared.Processors
- Assembly
- RisingV.Shared.dll
Represents a default processor that processes data of type T and returns a nullable boolean value.
public abstract class DefaultProcessor<T> : ProcessorBase<T, bool?>, IProcessor<T, bool?>, IProcessor, IManageable<ProcessorManager>, IManageable
Type Parameters
T
The type of data to be processed.
- Inheritance
-
ProcessorBase<T, bool?>DefaultProcessor<T>
- Implements
-
IProcessor<T, bool?>
- Inherited Members
- Extension Methods