Interface BackupInfo.Filter

All Superinterfaces:
Predicate<BackupInfo>
Enclosing class:
BackupInfo

public static interface BackupInfo.Filter extends Predicate<BackupInfo>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(BackupInfo backupInfo)
    Returns true if the BackupInfo passes the filter, false otherwise

    Methods inherited from interface java.util.function.Predicate

    and, negate, or