IterableExtenstion<E> extension

on

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