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