Where<E> typedef

Where<E> = bool Function(E element)

Implementation

typedef Where<E> = bool Function(E element);