re-add ability to compose via vectors with a more efficient implementation
This commit is contained in:
parent
c47650993d
commit
def5656e40
1 changed files with 4 additions and 0 deletions
|
|
@ -75,6 +75,10 @@
|
||||||
(coerce-path [this]
|
(coerce-path [this]
|
||||||
this)
|
this)
|
||||||
|
|
||||||
|
java.util.List
|
||||||
|
(coerce-path [this]
|
||||||
|
(comp-paths* this))
|
||||||
|
|
||||||
Object
|
Object
|
||||||
(coerce-path [this]
|
(coerce-path [this]
|
||||||
(cond (obj-extends? StructurePath this) (coerce-structure-path this)
|
(cond (obj-extends? StructurePath this) (coerce-structure-path this)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue