IterableWhereTo<E>  extension 
 
- on
- 
          - Iterable<E> 
 
- Iterable<
Methods
- 
  whereTo(List< E> destination, bool predicate(E element)) → void
- 
      Available on Iterable< Appends all elements matching the givenE> , provided by the IterableWhereTo extensionpredicateto the givendestination.