Package one.microstream.storage.types
Interface StorageFileReader.Provider
- All Known Implementing Classes:
StorageFileReader.Provider.Default
- Enclosing interface:
- StorageFileReader
- 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 static interface StorageFileReader.Provider
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StorageFileReader.Provider.Default
-
Method Summary
Modifier and Type Method Description StorageFileReader
provideReader()
default StorageFileReader
provideReader(int channelIndex)
-
Method Details
-
provideReader
StorageFileReader provideReader() -
provideReader
-