whereNotNull method

ValueStream<T> whereNotNull()

Implementation

ValueStream<T> whereNotNull() => ValueStream.of(get(), after.where(notNull()));