serval

package serval

Members list

Packages

package serval.read

Type members

Classlikes

class EnvLoadException(val error: EnvLoadError) extends RuntimeException

Attributes

Companion
object
Source
EnvLoadException.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

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

Value members

Concrete methods

def load[T : EnvRead](values: Map[String, String]): Either[EnvLoadException, T]

Attributes

Source
Serval.scala
def loadOrThrow[T : EnvRead](values: Map[String, String]): T

Attributes

Source
Serval.scala