MCPcopy
hub / github.com/plandex-ai/plandex / DataProcessor

Interface DataProcessor

app/server/syntax/file_map/examples/java_example.java:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9// Generic interface with type bounds
10interface DataProcessor<T extends Comparable<T>> {
11 CompletableFuture<T> processAsync(T input);
12 boolean validate(T input);
13}
14
15// Enum with methods and fields
16enum Status {

Callers 1

mainMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected