MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / apply

Method apply

functional/TriFunction.java:8–8  ·  view source on GitHub ↗
(T t, U u, V v)

Source from the content-addressed store, hash-verified

6@FunctionalInterface
7public interface TriFunction<T, U, V, R> {
8 R apply(T t, U u, V v);
9}

Callers 15

minimaMethod · 0.65
minimaMethod · 0.65
minimaMethod · 0.65
randomMethod · 0.65
mainMethod · 0.65
testVersionsMethod · 0.65
fillMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65

Implementers 4

Cleanserreuse/Detergent.java
Applicatorinterfaces/Applicator.java
Applicatorinterfaces/interfaceprocessor/Applicat
Applygenerics/Apply.java

Calls

no outgoing calls

Tested by 1

testVersionsMethod · 0.52