FilterNode

wvlet.airframe.http.RxRouter$.FilterNode
case class FilterNode(parent: Option[FilterNode], filterSurface: Surface) extends RxRouteFilterBase

Filter node of RxRouter

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def andThen(next: RxRouter*): RxRouter
def andThenOpt(next: Option[FilterNode]): Option[FilterNode]
def name: String

Inherited methods

inline def andThen[Filter <: RxHttpFilter]: FilterNode

Attributes

Inherited from:
RxRouteFilterBase
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product