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

Method $constructor

jOOQ/src/main/java/org/jooq/impl/JSONArray.java:451–454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

449 }
450
451 @Override
452 public final Function4<? super DataType<T>, ? super Collection<? extends Field<?>>, ? super JSONOnNull, ? super DataType<?>, ? extends QOM.JSONArray<T>> $constructor() {
453 return (a1, a2, a3, a4) -> new JSONArray(a1, (Collection<? extends Field<?>>) a2, a3, a4);
454 }
455
456 // -------------------------------------------------------------------------
457 // 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