StemNode

wvlet.airframe.http.RxRouter.StemNode
case class StemNode(filter: Option[FilterNode], children: List[RxRouter]) extends RxRouter

A collection of multiple routes

Attributes

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

Members list

Value members

Concrete methods

override def isLeaf: Boolean

Attributes

Definition Classes
override def name: String

Attributes

Definition Classes
override def routes: List[RxRoute]

Attributes

Definition Classes
override def wrapWithFilter(parentFilter: FilterNode): RxRouter

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
RxRouter -> Any
Inherited from:
RxRouter