Some

harness.cli.Defaultable$.Some
final case class Some[+V](value: V) extends NonOptional[V]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NonOptional[V]
trait Optional[V]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def map[V2](f: V => V2): Optional[V2]

Attributes

Inherited from:
Optional
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product