toggle menu
flatInvoker
common
switch theme
search in API
reaktor-core
/
dev.shibasis.reaktor.core.framework
/
DependencyModule
Dependency
Module
interface
DependencyModule
:
AutoCloseable
Inheritors
Feature
Members
Functions
close
Link copied to clipboard
expect
abstract
fun
close
(
)
create
Id
Link copied to clipboard
abstract
fun
createId
(
)
:
Int
fetch
Dependency
Link copied to clipboard
abstract
fun
<
T
>
fetchDependency
(
id
:
Int
)
:
T
?
store
Dependency
Link copied to clipboard
abstract
fun
<
T
>
storeDependency
(
id
:
Int
,
dependency
:
T
)