interface ContentTypeMatcher
Interface for any objects that can match a ContentType.
contains
abstract fun contains(contentType: ContentType): Boolean
Checks if this type matches a contentType type.
this