Class AbstractPayload

    • Constructor Detail

      • AbstractPayload

        public AbstractPayload()
    • Method Detail

      • rangeFilter

        public AbstractPayload.ComparatorPayloadPredicate rangeFilter​(Payload left,
                                                                      Payload right)
        Description copied from interface: Payload
        Returns a payload filter matching the interval defined by the given parameters.
        Specified by:
        rangeFilter in interface Payload
        Parameters:
        left - the left extreme of the interval (inclusive). It will be cached (but not copied) internally.
        right - the right extreme of the interval (exclusive). It will be cached (but not copied) internally.
        Returns:
        a payload filter for the interval defined above.