option

oxygen.core.syntax.option
object option

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
option.type

Members list

Extensions

Extensions

extension [A](self: A)
inline def some: Option[A]
inline def someWhen(f: A => Boolean): Option[A]