-
public final class ChannelsViewModel.State.Result extends ChannelsViewModel.State
-
-
Method Summary
Modifier and Type Method Description final List<Channel>component1()final ChannelsViewModel.State.Resultcopy(List<Channel> channels)final List<Channel>getChannels()-
-
Constructor Detail
-
Result
Result(List<Channel> channels)
-
-
Method Detail
-
component1
final List<Channel> component1()
-
copy
final ChannelsViewModel.State.Result copy(List<Channel> channels)
-
getChannels
final List<Channel> getChannels()
-
-
-
-