MCPcopy Create free account
hub / github.com/BruceEckel/OnJava8-Examples / call

Method call

functional/IntCall.java:7–7  ·  view source on GitHub ↗
(int arg)

Source from the content-addressed store, hash-verified

5
6interface IntCall {
7 int call(int arg);
8}

Callers 4

mainMethod · 0.65
mainMethod · 0.65
RecursiveFibonacciMethod · 0.65
fibonacciMethod · 0.65

Implementers 1

CountingTaskconcurrent/CountingTask.java

Calls

no outgoing calls

Tested by

no test coverage detected