object FromConf

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FromConf
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[A](implicit ev: FromConf[A]): FromConf[A]

    Find an instance of FromConf for A.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  11. def getOrParse[A](config: confide.Config, path: String, f: (confide.Config, String) ⇒ A): A

    Attempt to get value using the function 'f'.

    Attempt to get value using the function 'f'. If that fails for a WrongType, attempt to parse the value from a string.

  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  13. def instance[A](f: (confide.Config, String) ⇒ A): FromConf[A]

    Create a new instance of FromConf for A.

  14. def instance2[A](f: (confide.Config) ⇒ (String) ⇒ A): FromConf[A]

    Similar to instance except expects a curried function.

  15. def instance2P[A](f: (confide.Config) ⇒ (String) ⇒ A): FromConf[A]

    Combines instance2 and instanceP.

  16. def instanceP[A](f: (confide.Config, String) ⇒ A): FromConf[A]

    Instance created using the getOrParse strategy.

  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. def parseValue[A](origin: confide.ConfigOrigin, path: String, f: (confide.Config, String) ⇒ A, value: String): A

    Attempt to parse a value from a String using the f function.

    Attempt to parse a value from a String using the f function. The origin and path will only be used for error reporting.

  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped