RichOptionImplicits

implicit class RichOptionImplicits[T](t: T)

Better than Some(t) because that will return the inferred type as Some[T], but in a fold we probably want the type inferred as Option[T]

class Object
trait Matchable
class Any

Value members

Concrete methods

def some: Option[T]