(ISeq arglist)
| 141 | } |
| 142 | |
| 143 | public Object applyTo(ISeq arglist) { |
| 144 | return applyToHelper(this, Util.ret1(arglist,arglist = null)); |
| 145 | } |
| 146 | |
| 147 | static public Object applyToHelper(IFn ifn, ISeq arglist) { |
| 148 | switch(RT.boundedLength(arglist, 20)) |
nothing calls this directly
no test coverage detected