singleOrNoResult
Deprecated
Just use `singleOrNullIfEmpty` from "kotlin-common".
Replace with
import com.huanshankeji.collections.singleOrNullIfEmpty
Content copied to clipboard
this.singleOrNullIfEmpty()
Content copied to clipboard
"single or no" means differently here from Iterable.singleOrNull.