Rhs

fs2.data.esp.Rhs
See theRhs companion object
sealed trait Rhs[+OutTag]

This is thre right-hand side of an ESP rule processor. It can access the context, meaning:

  • the rule parameters
  • the current state depth
  • the captured inputs

Attributes

Companion
object
Source
Rhs.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ApplyToLeaf[OutTag]
class Call[Tag]
object CapturedLeaf.type
class CapturedTree[OutTag]
class Concat[OutTag]
object Epsilon.type
class Leaf[OutTag]
class Param
class SelfCall[Tag]
class Tree[OutTag]
Show all
In this article