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