Class ListFeatureFunctionNotifier<DATA,​DATA_LIST,​SELECTOR,​ELEMENTS>

  • Type Parameters:
    DATA - type of data that the feature function holds
    DATA_LIST - wrapper type for List<DATA>
    SELECTOR - type of selectors for data
    ELEMENTS - type of elements for data

    public class ListFeatureFunctionNotifier<DATA,​DATA_LIST,​SELECTOR,​ELEMENTS>
    extends java.lang.Object
    Delegate class that handles notifying subscribers when the data of a ReadListFeatureFunction changes.