MCPcopy Index your code
hub / github.com/jOOQ/jOOQ / $constructor

Method $constructor

jOOQ/src/main/java/org/jooq/impl/JSONObject.java:495–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

$arg1Method · 0.95
$arg2Method · 0.95
$arg3Method · 0.95
$arg4Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected