Interface ZipUtils.ZipEntryFilter

  • Enclosing class:
    ZipUtils
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @Deprecated
    @FunctionalInterface
    public static interface ZipUtils.ZipEntryFilter
    Deprecated.
    replaced by Predicate in 6.2.
    See Also:
    ZipUtils.unzip(File, File, Predicate)
    • Method Detail

      • accept

        boolean accept​(java.util.zip.ZipEntry entry)
        Deprecated.