Package ai.nexconn.chatui.config
Class BaseDataProcessor
-
- All Implemented Interfaces:
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.
-
-
Constructor Summary
Constructors Constructor Description BaseDataProcessor()
-
Method Summary
Modifier and Type Method Description Array<ChannelType>supportedTypes()List<T>filtered(List<T> data)booleanisGathered(ChannelType type)-
-
Method Detail
-
supportedTypes
Array<ChannelType> supportedTypes()
-
isGathered
boolean isGathered(ChannelType type)
-
-
-
-