PartiallyAppliedArgFull

final case class PartiallyAppliedArgFull[A](dummy: Boolean) extends AnyVal
Source:
dsl.scala
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply[B](name: String, default: Option[Value], description: Option[String])(f: ArgParam[A] => Either[String, B])(implicit tpe: => In[A]): Arg[B]
Source:
dsl.scala

Inherited methods

Inherited from:
Product