contains

operator fun <E> Collection<E>?.contains(element: E): Boolean

Nullable helper

See also