Class VideoModelKt
-
- All Implemented Interfaces:
public final class VideoModelKt
-
-
Method Summary
Modifier and Type Method Description final static Map<String, CallUser>merge(Map<String, CallUser> $self, Map<String, CallUser> that)Merges CallUser maps to absorb as many non-null and non-empty data from both collections. final static Map<String, CallUser>merge(Map<String, CallUser> $self, CallUser that)Merges that into this map. final static CallUsermerge(CallUser $self, CallUser that)Merges that into this CallUser to absorb as much data as possible from both instances. final static CallUserStatemerge(CallUserState $self, CallUserState that)Merges that into this CallUserState to absorb as much data as possible from both instances. -
-
Method Detail
-
merge
final static Map<String, CallUser> merge(Map<String, CallUser> $self, Map<String, CallUser> that)
Merges CallUser maps to absorb as many non-null and non-empty data from both collections.
-
merge
final static Map<String, CallUser> merge(Map<String, CallUser> $self, CallUser that)
Merges that into this map.
-
merge
final static CallUser merge(CallUser $self, CallUser that)
Merges that into this CallUser to absorb as much data as possible from both instances.
-
merge
final static CallUserState merge(CallUserState $self, CallUserState that)
Merges that into this CallUserState to absorb as much data as possible from both instances.
-
-
-
-