abstract class AutoCommandParserImplicits extends AnyRef
Instance Constructors
- new AutoCommandParserImplicits()
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- implicit def ccons[K <: Symbol, H, T <: Coproduct](implicit key: Aux[K], commandName: AnnotationOption[CommandName, H], parser: Strict[parser.Parser[H]], tail: CommandParser[T]): CommandParser[:+:[FieldType[K, H], T]]
- def clone(): AnyRef
- implicit def cnil: CommandParser[CNil]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- implicit def generic[S, C <: Coproduct](implicit lgen: Aux[S, C], underlying: Strict[CommandParser[C]]): CommandParser[S]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit