findSingle

@Nullable
open fun <T> findSingle(source: Iterable<T>): T(source)

Returns null if the collection is empty otherwise expects a single element to be found.