Interface SamRecordFilter

    • Method Detail

      • filterOut

        boolean filterOut​(SAMRecord record)
        Determines whether a SAMRecord matches this filter
        Parameters:
        record - the SAMRecord to evaluate
        Returns:
        true if the SAMRecord matches the filter, otherwise false
      • filterOut

        boolean filterOut​(SAMRecord first,
                          SAMRecord second)
        Determines whether a pair of SAMRecords matches this filter
        Parameters:
        first - the first SAMRecord to evaluate
        second - the second SAMRecord to evaluate
        Returns:
        true if the pair of records matches filter, otherwise false