- file(String) - Static method in class jfun.util.WorkingDirectory
-
To create a File object using the current directory.
- FileEditor - Class in jfun.util.beans
-
The PropertyEditor that converts between String and File.
- FileEditor() - Constructor for class jfun.util.beans.FileEditor
-
- FileEditor(Object) - Constructor for class jfun.util.beans.FileEditor
-
- finalize() - Method in class jfun.util.yield.Continuator
-
Cleans up the background thread.
- fromArray(Object[]) - Static method in class jfun.util.List
-
Create a list using the elements of the array.
- fromArray(Object) - Static method in class jfun.util.List
-
Create a list using the elements of the array.
- fromIterator(Iterator) - Static method in class jfun.util.yield.Iterables
-
Transforms an Iterator object to an Iterable object.
- fromURI(String) - Static method in class jfun.util.ClassPathLocator
-
Constructs a file path from a file:
URI.
- fst() - Method in class jfun.util.Pair
-
get the first object in the pair.