Class BrokenDirectoryFilter_Factory

java.lang.Object
org.cryptomator.cryptofs.dir.BrokenDirectoryFilter_Factory
All Implemented Interfaces:
dagger.internal.Factory<org.cryptomator.cryptofs.dir.BrokenDirectoryFilter>, javax.inject.Provider<org.cryptomator.cryptofs.dir.BrokenDirectoryFilter>

@DaggerGenerated public final class BrokenDirectoryFilter_Factory extends Object implements dagger.internal.Factory<org.cryptomator.cryptofs.dir.BrokenDirectoryFilter>
  • Constructor Details

    • BrokenDirectoryFilter_Factory

      public BrokenDirectoryFilter_Factory(javax.inject.Provider<CryptoPathMapper> cryptoPathMapperProvider)
  • Method Details

    • get

      public org.cryptomator.cryptofs.dir.BrokenDirectoryFilter get()
      Specified by:
      get in interface javax.inject.Provider<org.cryptomator.cryptofs.dir.BrokenDirectoryFilter>
    • create

      public static BrokenDirectoryFilter_Factory create(javax.inject.Provider<CryptoPathMapper> cryptoPathMapperProvider)
    • newInstance

      public static org.cryptomator.cryptofs.dir.BrokenDirectoryFilter newInstance(CryptoPathMapper cryptoPathMapper)