every method

Checks whether test accepts all elements provided by this stream.

Future<bool> every(
bool test(T element)
)

Checks whether test accepts all elements provided by this stream.

Completes the Future when the answer is known. If this stream reports an error, the Future will report that error.