Object/Trait

io.estatico.confide

FromConf

Related Docs: trait FromConf | package confide

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[A](implicit ev: FromConf[A]): FromConf[A]

    Permalink

    Find an instance of FromConf for A.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getOrParse[A](config: confide.Config, path: String, f: (confide.Config, String) ⇒ A): A

    Permalink

    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

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

    Permalink

    Create a new instance of FromConf for A.

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

    Permalink

    Similar to instance except expects a curried function.

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

    Permalink

    Combines instance2 and instanceP.

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

    Permalink

    Instance created using the getOrParse strategy.

  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def parseValue[A](origin: confide.ConfigOrigin, path: String, f: (confide.Config, String) ⇒ A, value: String): A

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped