some

fun <A> A.some(): Option<A>


Deprecated

some is being deprecated in favor of map

Replace with

map { generateSequence { this } }