| Modifier and Type | Method and Description |
|---|---|
static DefinitionRepository |
DefinitionRepository.createRepository()
Create a new instance of the repository, without messing with the singleton
|
static DefinitionRepository |
DefinitionRepository.getRepository()
Get or create a DefinitionRepository.
|
| Modifier and Type | Method and Description |
|---|---|
static DefinitionRepository.WithRepo |
DefinitionRepository.withRepository(DefinitionRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
DefinitionRepository.WithRepo.apply(Function<DefinitionRepository,V> function) |
| Constructor and Description |
|---|
WithRepo(DefinitionRepository repository) |
Copyright © 2023. All rights reserved.