HListOps

org.parboiled2.support.hlist.syntax.HListOps
final class HListOps[L <: HList](l: L) extends Serializable

Carrier for HList operations.

These methods are implemented here and pimped onto the minimal HList types to avoid issues that would otherwise be caused by the covariance of ::[H, T].

Attributes

Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def ::[H](h: H): H :: L

Prepend the argument element to this HList.

Prepend the argument element to this HList.

Attributes

def reverse(implicit reverse: Reverse[L]): Out

Reverses this HList.

Reverses this HList.

Attributes