Containing Filter
A filter, which only yields a matching result if the given collection contains the input. This filter never skips.
Parameters
T
The type the filter accepts
collection
The collection to check for the input
A filter, which only yields a matching result if the given collection contains the input. This filter never skips.
The type the filter accepts
The collection to check for the input