IterableLastWhile<E> extension

on

Methods

lastWhile(bool predicate(E element)) Iterable<E>
Returns the last elements satisfying the given predicate.