WasSpecified

oxygen.core.Specified.WasSpecified
final case class WasSpecified[+A](value: A) extends Specified[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Specified[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def getOrElse[A2 >: A](default: => A2): A2

Attributes

Inherited from:
Specified
final def isSpecified: Boolean

Attributes

Inherited from:
Specified
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toOption: Option[A]

Attributes

Inherited from:
Specified
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
Specified -> Any
Inherited from:
Specified