default

clam.package$.default$

Attributes

Graph
Supertypes
trait StandardStringReaders
trait LowPrioStringReaders
trait StringReaderApi
trait ReaderApi
class Object
trait Matchable
class Any
Self type
default.type

Members list

Concise view

Type members

Inherited classlikes

trait Completer[A]

Attributes

Inherited from:
CompletionApi
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object booleanCompleter.type
object LocalDateReader extends StringReader[LocalDate]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[LocalDate]
class Object
trait Matchable
class Any
object LocalDateTimeReader extends StringReader[LocalDateTime]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[LocalDateTime]
class Object
trait Matchable
class Any
object LocalTime extends StringReader[LocalTime]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[LocalTime]
class Object
trait Matchable
class Any
trait Parser[A]

Attributes

Inherited from:
DerivationApi
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class PrimitiveParser[A](isFlag: Boolean, reader: Reader[A], completer: Completer[A]) extends Parser[A]

Attributes

Inherited from:
DerivationApi
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Parser[A]
class Object
trait Matchable
class Any
object RangeReader extends StringReader[Range]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Range]
class Object
trait Matchable
class Any
object Reader

Attributes

Inherited from:
ReaderApi
Graph
Supertypes
class Object
trait Matchable
class Any
trait Reader[A]

Attributes

Inherited from:
ReaderApi
Graph
Supertypes
class Object
trait Matchable
class Any
case class RepeatedPrimitiveParser[A, Col <: (Iterable)](isFlag: Boolean, reader: Reader[A], completer: Completer[A], factory: Factory[A, Col[A]]) extends Parser[Col[A]]

Attributes

Inherited from:
DerivationApi
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Parser[Col[A]]
class Object
trait Matchable
class Any

Attributes

Inherited from:
StringReaderApi
Graph
Supertypes
class Object
trait Matchable
class Any
trait StringReader[A]

Attributes

Inherited from:
StringReaderApi
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LocalDateReader.type
object LocalTime.type
object RangeReader.type
object absPathReader.type
object booleanReader.type
object doubleReader.type
object durationReader.type
object floatReader.type
object instantReader.type
object jFileReader.type
object jPathReader.type
object pathReader.type
object relPathReader.type
object stringReader.type
object subPathReader.type
object absPathReader extends StringReader[Path]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Path]
class Object
trait Matchable
class Any
object booleanCompleter extends Completer[Boolean]

Attributes

Inherited from:
StandardCompleters
Graph
Supertypes
trait Completer[Boolean]
class Object
trait Matchable
class Any
object booleanReader extends StringReader[Boolean]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Boolean]
class Object
trait Matchable
class Any
class command() extends StaticAnnotation

Annotate a method for which to generate CLI mappings.

Annotate a method for which to generate CLI mappings.

Attributes

Inherited from:
DerivationApi
Graph
Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
object doubleReader extends StringReader[Double]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Double]
class Object
trait Matchable
class Any
object durationReader extends StringReader[Duration]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Duration]
class Object
trait Matchable
class Any
object finiteDurationReader extends StringReader[FiniteDuration]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[FiniteDuration]
class Object
trait Matchable
class Any
object floatReader extends StringReader[Float]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Float]
class Object
trait Matchable
class Any
object instantReader extends StringReader[Instant]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Instant]
class Object
trait Matchable
class Any
object jFileReader extends StringReader[File]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[File]
class Object
trait Matchable
class Any
object jPathReader extends StringReader[Path]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Path]
class Object
trait Matchable
class Any
object pathReader extends StringReader[FilePath]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[FilePath]
class Object
trait Matchable
class Any
object relPathReader extends StringReader[RelPath]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[RelPath]
class Object
trait Matchable
class Any
object stringReader extends StringReader[String]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[String]
class Object
trait Matchable
class Any
object subPathReader extends StringReader[SubPath]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[SubPath]
class Object
trait Matchable
class Any
object zonedDateTimeReader extends StringReader[ZonedDateTime]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[ZonedDateTime]
class Object
trait Matchable
class Any

Value members

Inherited methods

Attributes

Inherited from:
DerivationApi
def parse(pdefs: Seq[Def[_]])(command: Command, ctx: Context, args: Result): Result[Seq[_]]

Attributes

Inherited from:
DerivationApi

Givens

Inherited givens

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders
given LocalTime: LocalTime.type

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardCompleters

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardCompleters
inline given booleanParser(using reader: Reader[Boolean], completer: Completer[Boolean]): Parser[Boolean]

Attributes

Inherited from:
DerivationApi

Attributes

Inherited from:
StandardStringReaders
given collectionReader[Elem, Col <: (Iterable)](using elementReader: StringReader[Elem], factory: Factory[Elem, Col[Elem]]): collectionReader[Elem, Col]

Attributes

Inherited from:
LowPrioStringReaders

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders
given emptyCompleter[A]: emptyCompleter[A]

Attributes

Inherited from:
LowPrioCompleters
given filePathCompleter: Completer[FilePath]

Attributes

Inherited from:
StandardCompleters

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders
given given_Reader_A[A](using r: StringReader[A]): given_Reader_A[A]

Attributes

Inherited from:
StandardReaders

Attributes

Inherited from:
StandardStringReaders
given integralReader[N](using n: Integral[N]): integralReader[N]

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardCompleters

Attributes

Inherited from:
StandardCompleters
given optionReader[A](using elementReader: StringReader[A]): optionReader[A]

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders
inline given primitiveParser[A](using reader: Reader[A], completer: Completer[A]): Parser[A]

Attributes

Inherited from:
DerivationApi
given relPathCompleter: Completer[RelPath]

Attributes

Inherited from:
StandardCompleters

Attributes

Inherited from:
StandardStringReaders
inline given repeatedPrimitiveParser[Col <: (Iterable)](using reader: Reader[Boolean], completer: Completer[Boolean], factory: Factory[Boolean, Col[Boolean]]): Parser[Col[Boolean]]

Attributes

Inherited from:
DerivationApi
inline given repeatedPrimitiveParser[A, Col <: (Iterable)](using reader: Reader[A], completer: Completer[A], factory: Factory[A, Col[A]]): Parser[Col[A]]

Attributes

Inherited from:
DerivationApi

Attributes

Inherited from:
StandardStringReaders
given subPathCompleter: Completer[SubPath]

Attributes

Inherited from:
StandardCompleters

Attributes

Inherited from:
StandardStringReaders
given tupleReader[K, V](using kr: StringReader[K], vr: StringReader[V]): tupleReader[K, V]

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders