LowPrioJoin

org.parboiled2.support.LowPrioJoin
sealed abstract class LowPrioJoin

Attributes

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

Members list

Type members

Types

type Aux[I <: HList, L <: HList, R, In0 <: HList, Out0 <: HList] = Join[I, L, R] { type In = In0; type Out = Out0; }

Implicits

Implicits

implicit def forAny[I <: HList, L <: HList, R, In <: HList, Out <: HList](implicit x: Aux[I, L, R :: HNil, In, Out]): Aux[I, L, R, In, Out]