()
| 493 | } |
| 494 | |
| 495 | @Override |
| 496 | public final Function4<? super DataType<T>, ? super Collection<? extends JSONEntry<?>>, ? super JSONOnNull, ? super DataType<?>, ? extends QOM.JSONObject<T>> $constructor() { |
| 497 | return (a1, a2, a3, a4) -> new JSONObject(a1, (Collection<? extends JSONEntry<?>>) a2, a3, a4); |
| 498 | } |
| 499 | |
| 500 | // ------------------------------------------------------------------------- |
| 501 | // XXX: The Object API |