TailSwitch

org.parboiled2.support.TailSwitch
See theTailSwitch companion object
sealed trait TailSwitch[L <: HList, T <: HList, R <: HList]

type-level implementation of this logic: Out = R if T has a tail of type L (L dropRight T) ::: R if L has a tail of type T

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Out <: HList