public static class DefinitionRepository.WithRepo
extends java.lang.Object
| Constructor and Description |
|---|
WithRepo(DefinitionRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
apply(java.util.function.Function<DefinitionRepository,V> function) |
<V> V |
call(java.util.concurrent.Callable<V> callable) |
public WithRepo(DefinitionRepository repository)
public <V> V apply(java.util.function.Function<DefinitionRepository,V> function)
public <V> V call(java.util.concurrent.Callable<V> callable)
Copyright © 2021. All Rights Reserved.