SyntaxCompanionVersionSpecific

zio.parser.SyntaxCompanionVersionSpecific

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Syntax

Members list

Value members

Concrete methods

inline def oneOf[A, I, O](inline syntax: Syntax[String, I, O, _ <: A], inline syntaxes: Syntax[String, I, O, _ <: A]*): Syntax[String, I, O, A]

Syntax that combines all the constructors of subclasses of a sum type

Syntax that combines all the constructors of subclasses of a sum type

Attributes