hasNotNextOrNone

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