javaMathBigDecimalReader

machinespir.it.jig.ConfigReader.javaMathBigDecimalReader

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def read(config: ConfigValue, path: List[ConfigPath]): ReadResult[BigDecimal]

Inherited methods

def emap[B](f: BigDecimal => Either[String, B]): ConfigReader[B]

Maps an A to a B in ReadResult fashion (no exceptions).

Maps an A to a B in ReadResult fashion (no exceptions).

Attributes

Inherited from:
ConfigReader