BaseDataProcessor

public abstract class BaseDataProcessor<T>

Abstract base implementation of DataProcessor.

Supports all major channel types by default. Override individual methods to customize filtering or gathered-display behavior.

Constructors

Link copied to clipboard
public void BaseDataProcessor()

Functions

Link copied to clipboard
public List<T> filtered(List<T> data)
Link copied to clipboard
public boolean isGathered(ChannelType type)
Link copied to clipboard
public Array<ChannelType> supportedTypes()