MCPcopy Create free account
hub / github.com/dynjs/dynjs / doItWithParameters

Method doItWithParameters

src/test/java/org/dynjs/runtime/java/Foobar.java:4–4  ·  view source on GitHub ↗
(String param, boolean tf)

Source from the content-addressed store, hash-verified

2
3public abstract class Foobar implements Foo {
4 public abstract String doItWithParameters(String param, boolean tf);
5
6 public abstract Integer doItWithInt(Integer param);
7 public abstract int doItWithPrimitiveInt(int param);

Callers 2

callWithParametersMethod · 0.95
javaInteropSpec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected