JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.facebook.buck.util.filesystem
Interface FileSystemMap.ValueLoader<T>
Type Parameters:
T
-
Enclosing class:
FileSystemMap
<
T
>
public static interface
FileSystemMap.ValueLoader<T>
Wrapper class that implements a method for loading a value in the leaves of the trie.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
load
(
Path
path)
Method Detail
load
T
load(
Path
path)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method