Interface KoraAppGraph
public interface KoraAppGraph
ApplicationGraphDraw abstraction for KoraAppTest-
Method Summary
Modifier and TypeMethodDescriptiondefault <T> Optional<T>default <T> Optional<T>Try to find implementation in Graph by type and tagsTry to find implementation in Graph by type and tags<T> List<T><T> List<T>Try to find implementation in Graph by type usingTag.AnyTry to find implementation in Graph by type usingTag.Any<T> T<T> TTry to find implementation in Graph by type and tagsTry to find implementation in Graph by type and tags
-
Method Details
-
getFirst
-
getFirst
Try to find implementation in Graph by type and tags- Parameters:
type- of component to searchtags- associated with component- Returns:
- type instance from Graph
-
getFirst
-
getFirst
Try to find implementation in Graph by type and tags- Type Parameters:
T- type parameter- Parameters:
type- of component to searchtags- associated with component- Returns:
- type instance from Graph
-
findFirst
-
findFirst
Try to find implementation in Graph by type and tags- Parameters:
type- of component to searchtags- associated with component- Returns:
- type instance from Graph
-
findFirst
-
findFirst
Try to find implementation in Graph by type and tags- Type Parameters:
T- type parameter- Parameters:
type- of component to searchtags- associated with component- Returns:
- type instance from Graph
-
getAll
-
getAll
Try to find implementation in Graph by type usingTag.Any- Parameters:
type- of component to searchtags- associated with component- Returns:
- component instance from Graph
-
getAll
-
getAll
Try to find implementation in Graph by type usingTag.Any- Type Parameters:
T- type parameter- Parameters:
type- of component to searchtags- associated with component- Returns:
- type instance from Graph
-