Interface Filter

    • Method Detail

      • isKeep

        boolean isKeep​(TridentTuple tuple)
        Determines if a tuple should be filtered out of a stream.
        Parameters:
        tuple - the tuple being evaluated
        Returns:
        `false` to drop the tuple, `true` to keep the tuple