Package com.swoval.files
Interface FileTreeDataViews.Converter<R>
-
- Type Parameters:
R- the generic type generated from the path.
- Enclosing class:
- FileTreeDataViews
public static interface FileTreeDataViews.Converter<R>Converts a Path into an arbitrary value to be cached.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(TypedPath typedPath)Convert the typedPath to a value.
-