Runtime

object Runtime
class Object
trait Matchable
class Any
Runtime.type

Value members

Concrete methods

def makeReadCall[I, C](dict: Map[String, I], ctx: C, default: => Option[Any], arg: ArgSig[I, _, _, C]): Either[Seq[ParamError], Any]
def tryEither[T](t: => T, error: Throwable => ParamError): Either[ParamError, T]
def validate(args: Seq[Either[Seq[ParamError], Any]]): Result[Seq[Any]]
def validateLists(argss: Seq[Seq[Either[Seq[ParamError], Any]]]): Result[Seq[Seq[Any]]]