filter method

Empty<T> filter(
  1. Predicate<T> _
)
override

Implementation

Empty<T> filter(final Predicate<T> _) => this;