Package io.sundr.model.repo
Class DefinitionRepository.WithRepo
- java.lang.Object
-
- io.sundr.model.repo.DefinitionRepository.WithRepo
-
- Enclosing class:
- DefinitionRepository
public static class DefinitionRepository.WithRepo extends Object
-
-
Constructor Summary
Constructors Constructor Description WithRepo(DefinitionRepository repository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> Vapply(Function<DefinitionRepository,V> function)<V> Vcall(Callable<V> callable)
-
-
-
Constructor Detail
-
WithRepo
public WithRepo(DefinitionRepository repository)
-
-
Method Detail
-
apply
public <V> V apply(Function<DefinitionRepository,V> function)
-
call
public <V> V call(Callable<V> callable)
-
-