Specified

harness.web.Partial$.Specified
final case class Specified[+T](value: T) extends Partial[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Partial[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def specifiedOr[T2 >: T](or: => T2): T2

Attributes

Inherited from:
Partial
final def toOption: Option[T]

Attributes

Inherited from:
Partial