Right you are.
Cheers
Tim
On Sun, May 23, 2010 at 4:51 PM, Jay Fields wrote:
> I believe the error message is because there is no apply() method that
> takes no arguments, and (.. node getLoad apply this ) is trying to do this
> (in java): node.getLoad().apply().this()
>
> I think you want (..
I believe the error message is because there is no apply() method that
takes no arguments, and (.. node getLoad apply this ) is trying to do
this (in java): node.getLoad().apply().this()
I think you want (.. node getLoad (apply this))
Cheers, Jay
On May 23, 2010, at 4:39 PM, Timothy Washing