Skip to content

OptionsHelper Implicit Class

OptionsHelper is a Scala implicit class for Map[String, String].

Creating Instance

OptionsHelper takes the following to be created:

  • Options (Map[String, String])

asOptions

asOptions: CaseInsensitiveStringMap

asOptions creates a new CaseInsensitiveStringMap with the options.

asOptions is used when:

  • FIXME