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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Array<ChannelType> supportedTypes()
      List<T> filtered(List<T> data)
      boolean isGathered(ChannelType type)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait