Interface AbstractYandexMusicApiLoader.ApiExtractor<T>
-
- Enclosing class:
- AbstractYandexMusicApiLoader
protected static interface AbstractYandexMusicApiLoader.ApiExtractor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Textract(HttpInterface httpInterface, JsonBrowser result)
-
-
-
Method Detail
-
extract
T extract(HttpInterface httpInterface, JsonBrowser result) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-