FindFunction

harness.cli.FindFunction$package$.FindFunction$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Result

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Result.type
sealed trait Result[+A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Fail
class Found[A]
object NotFound.type
object TmpResult

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait TmpResult[+A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class WithValue[A]
class WithoutValue[A]

Value members

Concrete methods

def findGeneric[A](f: PartialFunction[Indexed[Arg], A]): () => A
def forParam(param: LongWithValue): () => String
def forParam(param: ShortWithValue): () => String
def forParam(param: LongToggle): () => Boolean
def forParam(param: ShortToggle): () => Boolean
def forParam(param: LongFlag): () => Unit
def forParam(param: ShortFlag): () => Unit
def forParamMany(param: LongWithValue): () => List[Indexed[String]]
def forParamMany(param: ShortWithValue): () => List[Indexed[String]]
def forValue: () => String