immortal 1.2.0
immortal: ^1.2.0 copied to clipboard
Trve immutable wrapper classes for the Dart collections List, Set and Map.
1.2.0 #
- Extend list functionality:
- methods:
anyIndexed,asMapWithKeys,asMapWithKeysIndexed,everyIndexed,expandIndexed,expandIterableIndexed,filterIndexed,flatMapIndexed,flatMapIterableIndexed,flatten,flattenIterables,indicesOf,indicesWhere,putWhere,putWhereIndexed,replaceAt,replaceWhere,replaceWhereIndexed,setWhere,setWhereIndexed,updateAt,updateWhere,updateWhereIndexed,whereIndexed
- methods:
- Extend set functionality:
- methods:
asMapWithKeys,flatten,flattenIterables,flattenLists,updateWhere
- methods:
- Extend map functionality:
- methods:
addEntryIfAbsent,any,anyKey,anyValue,every,everyKey,everyValue,filter,filterKeys,filterValues,flatten,flattenMutables,get,getKeysForValue,keysForValue,lookupKeysForValue,put,putEntryIfAbsent,putWhere,removeWhereKey,removeWhereValue,replace,replaceEntry,replaceKey,replaceWhere,set,setEntry,setEntryIfAbsent,setIfAbsent,setWhere,single,singleKey,singleValue,updateEntry,updateKey,updateWhere,where,whereKey,whereValue - Rename
removeAllValuestoremoveValuesand markremoveAllValuesas deprecated
- methods:
1.1.0 #
- Extend list functionality:
- methods:
mapIndexed,removeAll,removeIterable,partition,zip,zipIterable,forEachIndexed,equals - operators:
- - factories:
empty,filled,from,fromIterable,generate,of,ofIterable,castFrom,castFromIterable
- methods:
- Extend set functionality:
- methods:
toggle,partition,equals - operators:
+,-,|,& - factories:
empty,from,fromIterable,of,ofIterable,castFrom,castFromIterable
- methods:
- Extend map functionality:
- methods:
mapEntries,removeAll,removeIterable,removeAllValues,removeValuesIterable,addPair,addPairs,addPairsIterable,pairs,equals - operators:
+ - factories:
empty,from,fromEntries,fromEntriesIterable,fromLists,fromIterables,fromPairs,fromPairsIterable,fromMutable,of,ofMutable,castFrom,castFromMutable,fromList,fromIterable
- methods:
1.0.0 #
- Initial release