Interface FileIface.OnPrefixMatches

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

@FunctionalInterface public static interface FileIface.OnPrefixMatches
  • Method Details

    • onPrefixMatches

      boolean onPrefixMatches(CallbackHandler __self, @Nonnull File prefix, @Nonnull File file)
      Parameters:
      prefix - input #GFile
      file - input #GFile
      Returns:
      %TRUE if the @file's parent, grandparent, etc is @prefix, %FALSE otherwise.