class Oak::Tree(T)
- Oak::Tree(T)
- Reference
- Object
Included Modules
- Comparable(Oak::Tree(T))
- Enumerable(Oak::Result(T))
Defined in:
oak/tree.crConstructors
Instance Method Summary
- #<=>(other : self)
- #add(path : String, payload : T)
- #branches(*args, **options)
- #branches(*args, **options, &)
- #context
- #each(*args, **options)
- #each(*args, **options, &)
- #find(path)
- #glob?(*args, **options)
- #glob?(*args, **options, &)
- #key : String
- #leaves(*args, **options)
- #leaves(*args, **options, &)
- #leaves?
- #named?(*args, **options)
- #named?(*args, **options, &)
- #normal?(*args, **options)
- #normal?(*args, **options, &)
- #placeholder?
- #priority : Int32
- #results
- #search(path)
- #search(path, &block : Result(T) -> _)
- #sort!(*args, **options)
- #sort!(*args, **options, &)
- #visualize