class Radbas::Routing::Node(T)
- Radbas::Routing::Node(T)
- Reference
- Object
Defined in:
radbas-routing/node.crConstructors
Instance Method Summary
Constructor Detail
def self.new(type : Type = Type::STATIC, parent : Node(T) | Nil = nil, value : String = "", validator : Proc(String, Bool) | Nil = nil)
#