Compare commits
2 Commits
bd4c9b3cc4
...
a591821cd4
| Author | SHA1 | Date | |
|---|---|---|---|
| a591821cd4 | |||
| 4bb1db8b33 |
@@ -2,8 +2,6 @@
|
|||||||
<component name="FindSettings">
|
<component name="FindSettings">
|
||||||
<option name="customScope" value="Project Files" />
|
<option name="customScope" value="Project Files" />
|
||||||
<option name="defaultScopeName" value="Project Files" />
|
<option name="defaultScopeName" value="Project Files" />
|
||||||
<option name="localRegularExpressions" value="true" />
|
|
||||||
<option name="LOCAL_REGULAR_EXPRESSIONS" value="true" />
|
|
||||||
<option name="SEARCH_SCOPE" value="Project Files" />
|
<option name="SEARCH_SCOPE" value="Project Files" />
|
||||||
<mask>*.css</mask>
|
<mask>*.css</mask>
|
||||||
<mask>*.html</mask>
|
<mask>*.html</mask>
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="BuildProcessSatisfactionSurveyStore">
|
<component name="BuildProcessSatisfactionSurveyStore">
|
||||||
<option name="daysWithGradleBuilds" value="5" />
|
<option name="daysWithGradleBuilds" value="6" />
|
||||||
<option name="firstKotlinGradleBuildTime" value="1730207302" />
|
<option name="firstKotlinGradleBuildTime" value="1730207302" />
|
||||||
<option name="lastKotlinGradleBuildTime" value="1737449709" />
|
<option name="lastKotlinGradleBuildTime" value="1740126670" />
|
||||||
<option name="nextCountedGradleBuild" value="1737536109" />
|
<option name="nextCountedGradleBuild" value="1740213070" />
|
||||||
</component>
|
</component>
|
||||||
<component name="KotlinNewUserTracker">
|
<component name="KotlinNewUserTracker">
|
||||||
<option name="firstKtFileOpened" value="1721650294" />
|
<option name="firstKtFileOpened" value="1721650294" />
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="Translation.States">
|
<component name="Translation.States">
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="usb device detach" />
|
||||||
<item value="Groups elements by [keyOf] then folds the elements in each group. A key is found for each element using [keyOf]. Then the elements with the same key are all folded using [combine]. The first call to [combine] for a particular key receives `null` as the previous value, the remaining ones receive the result of the previous call. Can be used to _group_ elements into arbitrary collections. For example [groupSetsBy] could be written as: ```dart iterable.groupFoldBy(keyOf, (Set<T>? previous, T element) => (previous ?? <T>{})..add(element)); ````" />
|
<item value="Groups elements by [keyOf] then folds the elements in each group. A key is found for each element using [keyOf]. Then the elements with the same key are all folded using [combine]. The first call to [combine] for a particular key receives `null` as the previous value, the remaining ones receive the result of the previous call. Can be used to _group_ elements into arbitrary collections. For example [groupSetsBy] could be written as: ```dart iterable.groupFoldBy(keyOf, (Set<T>? previous, T element) => (previous ?? <T>{})..add(element)); ````" />
|
||||||
<item value="fatal" />
|
<item value="fatal" />
|
||||||
<item value="with date" />
|
<item value="with date" />
|
||||||
|
|||||||
Reference in New Issue
Block a user