DerivableStringDouble

com.phasmidsoftware.args.Derivable.DerivableStringDouble
object DerivableStringDouble extends Derivable[Double]

Attributes

Graph
Supertypes
trait Derivable[Double]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def deriveFromOpt[X](x: X): Option[Double]

Method to convert an X to an Option[T].

Method to convert an X to an Option[T].

Type parameters

X

the input type

Value parameters

x

the X value

Attributes

Returns

an Option[T]