-
public final class PlaylistsScreenState.Loaded<T extends Object> extends PlaylistsScreenState<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final List<T>playlistList
-
Constructor Summary
Constructors Constructor Description PlaylistsScreenState.Loaded(List<T> playlistList)
-
Method Summary
Modifier and Type Method Description final List<T>getPlaylistList()-
-
Method Detail
-
getPlaylistList
final List<T> getPlaylistList()
-
-
-
-