Interface YoutubeLinkRouter
-
- All Known Implementing Classes:
DefaultYoutubeLinkRouter
public interface YoutubeLinkRouter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceYoutubeLinkRouter.Routes<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Troute(java.lang.String link, YoutubeLinkRouter.Routes<T> routes)
-
-
-
Method Detail
-
route
<T> T route(java.lang.String link, YoutubeLinkRouter.Routes<T> routes)
-
-