Class DefaultChannelListProcessor

  • All Implemented Interfaces:

    
    public class DefaultChannelListProcessor
    
                        

    Default BaseDataProcessor implementation for the channel list.

    Filters out channels with a null or empty channel ID, and channels with a null .

    • 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
      List<BaseChannel> filtered(List<BaseChannel> data)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultChannelListProcessor

        DefaultChannelListProcessor()
    • Method Detail

      • filtered

         List<BaseChannel> filtered(List<BaseChannel> data)