strikt-core / strikt.assertions / last

last

fun <T : Iterable<E>, E> Builder<T>.last(): Builder<E>

Maps this assertion to an assertion over the last element in the subject iterable.

See Also

Iterable.last