Interface FileIface.OnResolveRelativePath

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.OnResolveRelativePath
  • Method Details

    • onResolveRelativePath

      File onResolveRelativePath(CallbackHandler __self, @Nonnull File file, @Nonnull Str relative_path)
      Parameters:
      file - input #GFile
      relative_path - a given relative path string
      Returns:
      a #GFile for the resolved path.