IterableExtenstion<E> extension

on

Methods

distinctBy<T>(T distinctBy(E e)) Iterable<E>
firstOrNull(bool test(E element)) → E?
lastOrNull(bool test(E element)) → E?