Package proguard.io

Interface DataEntryFilter

    • Method Detail

      • accepts

        boolean accepts​(DataEntry dataEntry)
        Checks whether the filter accepts the given data entry.
        Parameters:
        dataEntry - the data entry to filter.
        Returns:
        a boolean indicating whether the filter accepts the given data entry.