Lifter

org.parboiled2.support.Lifter
See theLifter companion trait
object Lifter extends LowerPriorityLifter

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Lifter.type

Members list

Implicits

Implicits

implicit def forRule0[M[_]]: Lifter[M, HNil, HNil] { type In = HNil; type StrictOut = HNil; type OptionalOut = this.StrictOut; }
implicit def forRule1[M[_], T]: Lifter[M, HNil, T :: HNil] { type In = HNil; type StrictOut = M[T] :: HNil; type OptionalOut = this.StrictOut; }

Inherited implicits

implicit def forReduction[M[_], L <: HList, R <: L]: Lifter[M, L, R] { type In = L; type StrictOut = R; type OptionalOut = L; }

Attributes

Inherited from:
LowerPriorityLifter