doIfContained

fun <T> Collection<T>.doIfContained(t: T, func: T.() -> Unit): Boolean