AsyncEnumerable icon indicating copy to clipboard operation
AsyncEnumerable copied to clipboard

Add no-predicate version of .AnyAsync

Open danebou opened this issue 5 years ago • 3 comments

Add no-predicate version of .AnyAsync, which similarly to .Any(), checks to see if any element exists.

danebou avatar Feb 19 '20 18:02 danebou

You'll want to update the xmldoc comments also

ndrwrbgs avatar Feb 28 '20 21:02 ndrwrbgs

It looks like this wouldn't compile, don't the two AnyAsync methods have the same signature?

Whoops. Forgot to remove the param 😆

danebou avatar Apr 14 '20 13:04 danebou

@ndrwrbgs Should be good for another round of review.

danebou avatar Apr 14 '20 13:04 danebou