Specified

oxygen.core.Specified
See theSpecified companion object
sealed trait Specified[+A]

Attributes

Companion
object
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class WasSpecified[A]

Members list

Value members

Concrete methods

final def getOrElse[A2 >: A](default: => A2): A2
final def isSpecified: Boolean
final def toOption: Option[A]
final override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any