IterableFirstWhile<E> extension

on

Methods

firstWhile(bool predicate(E element)) Iterable<E>

Available on Iterable<E>, provided by the IterableFirstWhile extension

/ Returns the first elements satisfying the given predicate.