MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / constant

Method constant

src/main/java/field/app/ThreadSync.java:97–99  ·  view source on GitHub ↗
(K k)

Source from the content-addressed store, hash-verified

95 }
96
97 static public <K> Supplier<K> constant(K k) {
98 return () -> k;
99 }
100
101 static public <K> Consumer<K> discard() {
102 return (x) -> {

Callers 1

NULLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected