Interface SuperHeroesApi
-
public interface SuperHeroesApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SuperHero>heroesLocatedIn(String location)List<Team>teams()
-
public interface SuperHeroesApi
| Modifier and Type | Method | Description |
|---|---|---|
List<SuperHero> |
heroesLocatedIn(String location) |
|
List<Team> |
teams() |