OptionSyntax

sbt.OptionSyntax$
See theOptionSyntax companion trait
object OptionSyntax extends OptionSyntax

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final class OptionIdOps[A](val a: A) extends AnyVal

Injects some method.

Injects some method.

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final class RichOption[A](val option: Option[A]) extends AnyVal

Injects asJava method.

Injects asJava method.

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final class RichOptional[A](val optional: Optional[A]) extends AnyVal

Injects asScala method.

Injects asScala method.

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

final def none[A]: Option[A]

Attributes

Inherited from:
OptionSyntax

Implicits

Inherited implicits

implicit def sbtOptionSyntaxOptionIdOps[A](a: A): OptionIdOps[A]

Attributes

Inherited from:
OptionSyntax
implicit def sbtOptionSyntaxRichOption[A](option: Option[A]): RichOption[A]

Attributes

Inherited from:
OptionSyntax
implicit def sbtOptionSyntaxRichOptional[A](optional: Optional[A]): RichOptional[A]

Attributes

Inherited from:
OptionSyntax