EnvParse

serval.read.EnvParse
See theEnvParse companion trait
object EnvParse

Attributes

Companion
trait
Source
EnvParse.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
EnvParse.type

Members list

Value members

Concrete methods

def apply[A, B](using envParse: EnvParse[A, B]): EnvParse[A, B]

Attributes

Source
EnvParse.scala
def fromEither[A, B](f: A => Either[String, B]): EnvParse[A, B]

Attributes

Source
EnvParse.scala
def fromOption[A, B](typeName: String)(f: A => Option[B]): EnvParse[A, B]

Attributes

Source
EnvParse.scala