implicit final
class
RichConfig extends AnyVal
Instance Constructors
-
new
RichConfig(self: Config)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
getClass(): Class[_ <: AnyVal]
-
def
getOptionalInt(path: String): Option[Integer]
-
def
getOptionalString(path: String): Option[String]
-
final
def
isInstanceOf[T0]: Boolean
-
val
self: Config
-
def
toString(): String
Inherited from AnyVal
Inherited from NotNull
Inherited from Any
Enrichment for Typesafe Config to wrap some optional settings in Option.