PlatformSpecific

parsley.PlatformSpecific

Attributes

Source
PlatformSpecific.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Parsley.type

Members list

Type members

Classlikes

final implicit class ParseFromIO[+A](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.

This extension class operates on values that are convertible to parsers. It enables the use of an alternative parseFile method, which can be used to run a parser on the contents of a file.

Value parameters

p

the value that this class is enabling methods on.

Attributes

Constructor

This constructor should not be called manually, it is designed to be used via Scala's implicit resolution.

Version

4.5.0

Source
PlatformSpecific.scala
Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def ParseFromIO[A](p: Parsley[A]): ParseFromIO[A]

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

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

This extension class operates on values that are convertible to parsers. It enables the use of an alternative parseFile method, which can be used to run a parser on the contents of a file.

Value parameters

p

the value that this class is enabling methods on.

Attributes

Constructor

This constructor should not be called manually, it is designed to be used via Scala's implicit resolution.

Version

4.5.0

Source
PlatformSpecific.scala