MCPcopy Index your code
hub / github.com/jOOQ/jOOQ / wrap

Method wrap

jOOQ/src/main/java/org/jooq/impl/QueryPartListView.java:65–68  ·  view source on GitHub ↗
(T... wrappedList)

Source from the content-addressed store, hash-verified

63{
64
65 @SafeVarargs
66 static final <T extends QueryPart> QueryPartListView<T> wrap(T... wrappedList) {
67 return new QueryPartListView<>(wrappedList);
68 }
69
70 static final <T extends QueryPart> QueryPartListView<T> wrap(List<T> wrappedList) {
71 return new QueryPartListView<>(wrappedList);

Callers 11

$argsMethod · 0.95
unmodifiableMethod · 0.95
wrappedListMethod · 0.95
executeMethod · 0.95
groupConcatEmulationMethod · 0.95
acceptElementMethod · 0.95
groupConcatEmulationMethod · 0.95
acceptArguments3Method · 0.95
acceptDefaultMethod · 0.95
acceptStandardMethod · 0.95
acceptStandardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected