common/src/extension/collection library
Extensions
-
CompactIterable
on Iterable<
E?> -
CompactMap
on Map<
K, V?> -
IterableExtensions
on Iterable<
E> -
MapExtensions
on Map<
K, V>
Typedefs
-
KeyValuePredicate<
K, V> = bool Function(K, V) -
Predicate<
E> = bool Function(E) -
Transform<
T, E> = T Function(E)