option

cats.syntax.package$.option$
object option extends OptionSyntax

Attributes

Source
package.scala
Graph
Supertypes
trait OptionSyntax
class Object
trait Matchable
class Any
Self type
option.type

Members list

Value members

Inherited methods

final def none[A]: Option[A]

Attributes

Inherited from:
OptionSyntax
Source
option.scala

Implicits

Inherited implicits

final implicit def catsSyntaxOption[A](oa: Option[A]): OptionOps[A]

Attributes

Inherited from:
OptionSyntax
Source
option.scala
final implicit def catsSyntaxOptionId[A](a: A): OptionIdOps[A]

Attributes

Inherited from:
OptionSyntax
Source
option.scala