Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
interface
DataProcessor<T extends Comparable<T>> {
11
CompletableFuture<T> processAsync(T input);
12
boolean validate(T input);
13
}
14
15
// Enum with methods and fields
16
enum Status {
Callers
1
main
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected