Makes framework dynamic.
Operator for creating functions out of KePath.
Sometimes I want to use KePath as a function but it’s not possible.
Well, not it is 🤓
Just prepend ^ before the keypath and you are set 😎
^
... .map( ^\URL.sheme ) // now keypath is a function ...
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
FuncKeyPath
Operator for creating functions out of KePath.
Why?
Sometimes I want to use KePath as a function but it’s not possible.
Well, not it is 🤓
How to use…
Just prepend
^before the keypath and you are set 😎