ConfigMethods
Provides extension methods for com.typesafe.config.Config.
class AnyVal
trait Matchable
class Any
Value members
Concrete methods
Gets java.util.List[File] at path.
Gets java.util.List[File] at path.
- Value parameters:
- path
config path
Gets T at path or returns default.
Gets T at path or returns default.
- Note:
delegateis invoked only if path exists.