io

object io

This module contains utilities to have parsers interact with IO, including the very useful parseFromFile method (exposed by ParseFromIO)

Since:

3.0.0

class Object
trait Matchable
class Any
io.type

Type members

Classlikes

final implicit class ParseFromIO[P, +A](p: P)(implicit con: P => Parsley[A])

This class exposes a method of running parsers from a file.

This class exposes a method of running parsers from a file.

Value parameters:
con

A conversion (if required) to turn p into a parser

p

The parser which serves as the method receiver

Version:

3.0.0

Implicits

Implicits

final implicit def ParseFromIO[P, A](p: P)(implicit con: P => Parsley[A]): ParseFromIO[P, A]

This class exposes a method of running parsers from a file.

This class exposes a method of running parsers from a file.

Value parameters:
con

A conversion (if required) to turn p into a parser

p

The parser which serves as the method receiver

Version:

3.0.0