ConfigMap

object ConfigMap

Companion object to class ConfigMap containing factory methods.

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(pairs: (String, Any)*): ConfigMap

Constructs a ConfigMap containing the passed key/value pairs.

Constructs a ConfigMap containing the passed key/value pairs.

Value parameters:
pairs

zero to many key/value pairs with which to initialize a new ConfigMap.

Constructs an empty ConfigMap.

Constructs an empty ConfigMap.