isNotFound method

bool isNotFound(
  1. bool checker(
    1. E element
    )
)

Implementation

bool isNotFound(bool Function(E element) checker) => !isFound(checker);