caseapp

package caseapp

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. caseapp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type @@[T, Tag] = AnyRef { ... /* 2 definitions in type refinement */ }

  2. trait App extends ArgsApp with DelayedInit

  3. case class AppName(appName: String) extends Annotation with StaticAnnotation with Product with Serializable

  4. abstract class AppOf[C <: ArgsApp] extends AnyRef

  5. case class AppVersion(appVersion: String) extends Annotation with StaticAnnotation with Product with Serializable

  6. trait ArgsApp extends AnyRef

  7. case class ArgsName(argsName: String) extends Annotation with StaticAnnotation with Product with Serializable

  8. sealed trait Counter extends AnyRef

  9. type ExtraName = Name

  10. case class HelpMessage(message: String) extends Annotation with StaticAnnotation with Product with Serializable

    Annotations
    @getter()
  11. case class Messages[T]()(implicit evidence$1: DescriptionsOf[T], evidence$2: scala.reflect.api.JavaUniverse.TypeTag[T], evidence$3: RecNamesOf[T], evidence$4: PreFolder[T]) extends Product with Serializable

  12. case class Name(name: String) extends Annotation with StaticAnnotation with Product with Serializable

    Annotations
    @getter()
  13. trait Parser[C] extends AnyRef

  14. case class ProgName(progName: String) extends Annotation with StaticAnnotation with Product with Serializable

  15. case class ValueDescription(description: String) extends Annotation with StaticAnnotation with Product with Serializable

    Annotations
    @getter()
  16. case class WithHelp[T <: ArgsApp](base: T, help: Boolean = false, usage: Boolean = false)(implicit evidence$9: DescriptionsOf[T], evidence$10: scala.reflect.api.JavaUniverse.TypeTag[T], evidence$11: RecNamesOf[T], evidence$12: PreFolder[T]) extends ArgsApp with Product with Serializable

Value Members

  1. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object Messages extends Serializable

  3. object Parser

  4. object WithHelp extends Serializable

  5. package internals

Inherited from AnyRef

Inherited from Any

Ungrouped