Ini

object Ini extends Path => Either[String, String => Option[ConfigValue]]
trait Path => Either[String, String => Option[ConfigValue]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(path: Path): Either[String, String => Option[ConfigValue]]

Inherited methods

@unspecialized
def andThen[A](g: Either[String, String => Option[ConfigValue]] => A): Path => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => Path): A => Either[String, String => Option[ConfigValue]]
Inherited from
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1