all

abstract fun <T : IterableLike, E : Any> all(    container: AssertionContainer<T>,     converter: (T) -> Iterable<E?>,     assertionCreatorOrNull: Expect<E>.() -> Unit?): Assertion(source)