(Object o)
| 1630 | asMap_set(name, o); |
| 1631 | } |
| 1632 | return o; |
| 1633 | } |
| 1634 | }, ((ThreadSync2.TrappedSet) value)); |
| 1635 | |
| 1636 | return r; |
| 1637 | } |
| 1638 | |
| 1639 | Function<Object, Object> c = canon.getAttributes().get(Dict.customCaster); |
| 1640 | if (c != null) |
| 1641 | value = c.apply(value); |
| 1642 | Object converted = convert(value, canon.getTypeInformation()); |
| 1643 |