isNotNull method

PlexQuery<T> isNotNull()

Implementation

PlexQuery<T> isNotNull() => query.filter(Filter.notNull(_field));