(BiFunction<TemplateMap<T>, Object, Object> calling)
| 1011 | public Object asMap_setElement(int element, Object o) { |
| 1012 | return null; |
| 1013 | } |
| 1014 | |
| 1015 | public TemplateMap<T> makeCallable(BiFunction<TemplateMap<T>, Object, Object> calling) { |
| 1016 | this.calling = calling; |
| 1017 | return this; |
| 1018 | } |
| 1019 | } |