ReversePrepend

org.parboiled2.support.hlist.ops.hlist.ReversePrepend
See theReversePrepend companion object
trait ReversePrepend[P <: HList, S <: HList] extends DepFn2[P, S], Serializable

Type class supporting reverse prepending to this HList.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait DepFn2[P, S]
class Object
trait Matchable
class Any

Members list

Type members

Types

type Out <: HList

Value members

Inherited methods

def apply(t: P, u: S): Out

Attributes

Inherited from:
DepFn2