Package io.roastedroot.zerofs
Class FileFactory.RegularFileSupplier
- java.lang.Object
-
- io.roastedroot.zerofs.FileFactory.RegularFileSupplier
-
- All Implemented Interfaces:
java.util.function.Supplier<RegularFile>
- Enclosing class:
- FileFactory
private final class FileFactory.RegularFileSupplier extends java.lang.Object implements java.util.function.Supplier<RegularFile>
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRegularFileSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegularFileget()
-
-
-
Method Detail
-
get
public RegularFile get()
- Specified by:
getin interfacejava.util.function.Supplier<RegularFile>
-
-