given_Decoder_Int

io.github.srs.config.yaml.parser.Decoder.given_Decoder_Int
object given_Decoder_Int extends Decoder[Int]

Attributes

Graph
Supertypes
trait Decoder[Int]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def decode(field: String, value: Any): ConfigResult[Int]

Decodes a value from the given field in a configuration map.

Decodes a value from the given field in a configuration map.

Value parameters

field

the name of the field to decode

value

the value to decode

Attributes

Returns

a ConfigResult containing either the decoded value or a sequence of configuration errors