-
- All Implemented Interfaces:
-
dagger.internal.Factory,javax.inject.Provider
@DaggerGenerated() public final class CoroutinesModule_DefaultDispatcherFactory implements Factory<CoroutineDispatcher>
-
-
Method Summary
Modifier and Type Method Description CoroutineDispatcherget()static CoroutinesModule_DefaultDispatcherFactorycreate()static CoroutineDispatcherdefaultDispatcher()-
-
Method Detail
-
get
CoroutineDispatcher get()
-
create
static CoroutinesModule_DefaultDispatcherFactory create()
-
defaultDispatcher
static CoroutineDispatcher defaultDispatcher()
-
-
-
-