BoolIterableExtensions extension
Properties
- anyFalse → bool
-
Available on Iterable<
Checks if any element in the iterable isbool> , provided by the BoolIterableExtensions extensionfalse
.no setter - anyTrue → bool
-
Available on Iterable<
Checks if any element in the iterable isbool> , provided by the BoolIterableExtensions extensiontrue
.no setter - countFalse → int
-
Available on Iterable<
Counts the number ofbool> , provided by the BoolIterableExtensions extensionfalse
values in the iterable.no setter - countTrue → int
-
Available on Iterable<
Counts the number ofbool> , provided by the BoolIterableExtensions extensiontrue
values in the iterable.no setter -
reverse
→ List<
bool> -
Available on Iterable<
Reverses the boolean values in the list.bool> , provided by the BoolIterableExtensions extensionno setter
Methods
-
leastOccurrences(
) → (bool, int)? -
Available on Iterable<
Finds the least common value in the list.bool> , provided by the BoolIterableExtensions extension -
mostOccurrences(
) → (bool, int)? -
Available on Iterable<
Finds the most common value in the list.bool> , provided by the BoolIterableExtensions extension