public static class DefinitionRepository.WithRepo extends Object
| Constructor and Description |
|---|
WithRepo(DefinitionRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
apply(Function<DefinitionRepository,V> function) |
<V> V |
call(Callable<V> callable) |
public WithRepo(DefinitionRepository repository)
public <V> V apply(Function<DefinitionRepository,V> function)
public <V> V call(Callable<V> callable)
Copyright © 2023. All rights reserved.