Mapped

oxygen.sql.generic.parsing.Parser.Mapped
final case class Mapped[A, B, C](inner: Parser[A, B], f: B => C)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

object optional

Attributes

Inherited from:
Parser (hidden)
Supertypes
class Object
trait Matchable
class Any
object required

Attributes

Inherited from:
Parser (hidden)
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override def parse(input: A)(using ParseContext, Quotes): ParseResult[C]

Attributes

Definition Classes
Parser

Inherited methods

final def map[C](f: C => C): Parser[A, C]

Attributes

Inherited from:
Parser (hidden)
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product