AlternativeUnpacks

org.parboiled2.support.AlternativeUnpacks
sealed abstract class AlternativeUnpacks

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Unpack.type

Members list

Implicits

Implicits

implicit def dontUnpack[L <: HList]: Aux[L, L]

Import if you'd like to always deliver the valueStack as an HList at the end of the parsing run, even if it has only zero or one element(s).

Import if you'd like to always deliver the valueStack as an HList at the end of the parsing run, even if it has only zero or one element(s).

Attributes