ArgumentTypeLowPrio

class Object
trait Matchable
class Any
object ArgumentType.type

Implicits

Implicits

implicit def optionArgTpe[T]: ArgumentType[Option[T]] { type Res = T; }

Inherited implicits

implicit def defaultArgTpe[T]: ArgumentType[T] { type Res = T; }
Inherited from:
ArgumentTypeLowestPrio