MCPcopy Index your code
hub / github.com/BaseXdb/basex / QueryConsumer

Interface QueryConsumer

basex-core/src/main/java/org/basex/query/QueryConsumer.java:10–19  ·  view source on GitHub ↗

Function that consumes results. @author BaseX Team, BSD License @author Christian Gruen @param the type of the input to the operation

Source from the content-addressed store, hash-verified

8 * @param <T> the type of the input to the operation
9 */
10@FunctionalInterface
11public interface QueryConsumer<T> {
12 /**
13 * Performs this operation on the given argument.
14 *
15 * @param t the input argument
16 * @throws QueryException query exception
17 */
18 void accept(T t) throws QueryException;
19}

Callers 8

BaseXHTTPMethod · 0.65
runMethod · 0.65
timingMethod · 0.65
onWebSocketConnectMethod · 0.65
combineMethod · 0.65
loadXQueryModuleMethod · 0.65
gh1967Method · 0.65
gh2206Method · 0.65

Implementers 15

Catchbasex-core/src/main/java/org/basex/que
BaseXPragmabasex-core/src/main/java/org/basex/que
Exprbasex-core/src/main/java/org/basex/que
Filterbasex-core/src/main/java/org/basex/que
Typeswitchbasex-core/src/main/java/org/basex/que
Ifbasex-core/src/main/java/org/basex/que
Mappingbasex-core/src/main/java/org/basex/que
ContextValuebasex-core/src/main/java/org/basex/que
Switchbasex-core/src/main/java/org/basex/que
Singlebasex-core/src/main/java/org/basex/que
Simplebasex-core/src/main/java/org/basex/que
Pragmabasex-core/src/main/java/org/basex/que

Calls

no outgoing calls

Tested by

no test coverage detected