ConfigParser

io.github.arainko.ducktape.internal.ConfigParser
See theConfigParser companion trait
object ConfigParser

Attributes

Companion
trait
Source
ConfigParser.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class PossiblyFallible[F[x]] extends ConfigParser[Fallible]

Attributes

Source
ConfigParser.scala
Supertypes
class Object
trait Matchable
class Any
object Total extends ConfigParser[Nothing]

Attributes

Source
ConfigParser.scala
Supertypes
trait ConfigParser[Nothing]
class Object
trait Matchable
class Any
Self type
Total.type

Value members

Concrete methods

def combine[F <: Fallible](parsers: NonEmptyList[ConfigParser[F]])(using Quotes): PartialFunction[Term, Instruction[F]]

Attributes

Source
ConfigParser.scala