Interface IFileSystemEntryFactory<Entry extends IFileSystemEntry<Entry>>
- Type Parameters:
Entry- The type of the file system entry.
- All Superinterfaces:
BiFunction<String,String, Entry>, Serializable
- 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 interface IFileSystemEntryFactory<Entry extends IFileSystemEntry<Entry>>
extends Serializable, BiFunction<String,String,Entry>
Factory for creating file system entries.
- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface BiFunction
andThen
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<String, String, Entry extends IFileSystemEntry<Entry>>
-
forVolumeAndPath
-