TransformerParsingOps

final implicit class TransformerParsingOps[In, A](self: Transformer[In, A]) extends AnyVal

Extra transformer methods that had to be defined separately from the trait due to either In or Out needing to be invariant.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def parseFirst(implicit A: TypeName[A]): Parser[In, A]

Convenience for this into Parser.first

Convenience for this into Parser.first