MCPcopy Create free account
hub / github.com/derive4j/derive4j / toString

Method toString

processor/src/main/java/org/derive4j/processor/P2.java:50–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 public abstract boolean equals(Object obj);
49
50 @Override
51 public abstract String toString();
52
53 static <A, B> P2<A, B> p2(A a, B b) {
54

Callers 15

functionDispatchImplMethod · 0.45
cataVisitorMethod · 0.45
parseDataConstructorMethod · 0.45
capitalizeMethod · 0.45
uncapitalizeMethod · 0.45
asArgumentsStringOldMethod · 0.45
overrideMethodBuilderMethod · 0.45
asParameterNameMethod · 0.45
otherwiseLeftMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected