Prepend

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

Type class supporting 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