ee.ImageCollection.and

Reduces an image collection by setting each pixel to 1 iff all the non-masked values at that pixel are non-zero across the stack of all matching bands. Bands are matched by name.

UsageReturns
ImageCollection.and()Image
ArgumentTypeDetails
this: collectionImageCollectionThe image collection to reduce.