MyIterable<T> extension
An extension on the Iterable
class to provide additional functionality.
- on
-
- Iterable<
T>
- Iterable<
Properties
- cFirst → T?
-
Available on Iterable<
Get the first item from the iterable if it's not empty.T> , provided by the MyIterable extensionno setter
Methods
-
cFirstWhere(
bool test(T element)) → T? -
Available on Iterable<
Get the first item from the iterable that satisfies a condition.T> , provided by the MyIterable extension