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[T]
object CapturedLeaf
class CapturedTree[OutTag]
class Concat[OutTag]
class Default[T]
object Epsilon
class Leaf[OutTag]
class Param
class SelfCall[T]
class Tree[OutTag]
Show all
In this article