IterableExtenstion<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
distinctBy<
T> (T distinctBy(E e)) → Iterable< E> -
Available on Iterable<
E> , provided by the IterableExtenstion extension -
firstOrNull(
bool test(E element)) → E? -
Available on Iterable<
E> , provided by the IterableExtenstion extension -
lastOrNull(
bool test(E element)) → E? -
Available on Iterable<
E> , provided by the IterableExtenstion extension