Table of Contents

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
DefaultProcessor<T>
Implements
Inherited Members
Extension Methods