implicit final class ConfigOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfigOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asReadableJson: String
- def getBooleanOpt(key: String): Option[Boolean]
- def getBooleanOrElse(key: String, default: => Boolean): Boolean
Returns the boolean at key or the given default value
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getDurationOpt(key: String): Option[Duration]
- def getIntOpt(key: String): Option[Int]
Returns an option of the int at key
- def getIntOrElse(key: String, default: => Int): Int
Returns the int at key or the given default value
- def getStringOrElse(key: String, default: => String): String
Returns the string at key or the given default value
- def getStringOrNone(key: String): Option[String]
Returns the string at the given key, if it exists
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any