Runtime

cask.router.Runtime$
object Runtime

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Runtime.type

Members list

Concise view

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]]]